diff --git a/air.toml b/.air.toml similarity index 56% rename from air.toml rename to .air.toml index 77661c5..65089f2 100644 --- a/air.toml +++ b/.air.toml @@ -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