DMRmap/.air.toml
2026-02-19 17:00:59 +01:00

12 lines
229 B
TOML

root = "."
[build]
cmd = "cd backend && go build -o /app/tmp/dmrmap ."
bin = "./tmp/dmrmap"
include_ext = ["go"]
include_dir = ["backend"]
exclude_dir = ["tmp", "frontend"]
delay = 500
[misc]
clean_on_exit = true