1 changed files with 5 additions and 4 deletions
@ -1,10 +1,11 @@ |
|||||||
# .air.toml |
root = "." |
||||||
|
|
||||||
[build] |
[build] |
||||||
cmd = "go build -o ./tmp/main ./cmd/systemdesigngame" |
cmd = "go build -o ./tmp/main ./cmd/systemdesigngame" |
||||||
bin = "tmp/main" |
bin = "tmp/main --dev" |
||||||
full_bin = "tmp/main" |
working_dir = "." |
||||||
include_ext = ["go", "tpl", "tmpl", "html", "js"] |
include_ext = ["go", "tpl", "tmpl", "html", "js"] |
||||||
exclude_dir = ["tmp", "vendor", "node_modules"] |
exclude_dir = ["vendor", "node_modules"] |
||||||
|
|
||||||
[log] |
[log] |
||||||
time = true |
time = true |
||||||
Loading…
Reference in new issue