Browse Source

finally use air for reloading

pull/1/head
Stephanie Gredell 7 months ago
parent
commit
eaebfd1506
  1. 10
      air.toml

10
air.toml

@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
# .air.toml
[build]
cmd = "go build -o ./tmp/main"
bin = "tmp/main"
full_bin = "tmp/main"
include_ext = ["go", "tpl", "tmpl", "html", "js"]
exclude_dir = ["tmp", "vendor", "node_modules"]
[log]
time = true
Loading…
Cancel
Save