ForFarm/backend/.air.toml

22 lines
340 B
TOML

root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/api ./cmd/forfarm"
bin = "./tmp/api"
include_ext = ["go", "tpl", "tmpl", "html"]
exclude_dir = ["assets", "tmp", "vendor"]
delay = 1000
err_delay = 1000
[log]
time = true
[color]
main = "yellow"
watcher = "cyan"
build = "green"
runner = "magenta"
[dev]
kill_signal = "SIGTERM"