DMRmap/.air.toml
2026-02-19 16:46:06 +01:00

11 lines
227 B
TOML

root = "."
[build]
cmd = "go build -o ./tmp/dmrmap ."
bin = "./tmp/dmrmap"
include_ext = ["go"]
exclude_dir = ["tmp", "static", "data", "migrations", "src", "node_modules"]
delay = 500
[misc]
clean_on_exit = true