Files
acidarchon-hub/.air.toml
T
2026-06-06 04:05:48 -04:00

15 lines
315 B
TOML

root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/main ./src"
bin = "./tmp/main"
include_ext = ["go", "html", "sql", "css", "js"]
include_dir = ["src", "templates", "static"]
exclude_dir = ["tmp", "scrap", ".git", ".vscode"]
delay = 1000
stop_on_error = true
[misc]
clean_on_exit = true