From 084afddc58d85efbaabc0139b6814f4773643d93 Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Tue, 17 Jun 2025 14:02:33 -0700 Subject: [PATCH] rename air.toml to .air.toml --- air.toml => .air.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename air.toml => .air.toml (56%) 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