DMRmap/.air.toml
2026-02-08 14:09:14 +01:00

11 lines
204 B
TOML

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