Browse Source

rename air.toml to .air.toml

pull/1/head
Stephanie Gredell 7 months ago
parent
commit
084afddc58
  1. 9
      .air.toml

9
air.toml → .air.toml

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