vegapokerbot/.air.toml
Neur0toxine 2cd46585a8
All checks were successful
continuous-integration/drone/push Build is passing
add hot-reload & debugger
2024-05-14 15:26:28 +03:00

11 lines
190 B
TOML

root = "."
[build]
exclude_regex = ["_test\\.go"]
bin = "/usr/bin/make debug"
cmd = "/usr/bin/make build"
kill_delay = 0
log = "build-errors.log"
send_interrupt = true
stop_on_error = true