Files
iknowyou/back/.air.toml
2026-04-06 15:12:34 +02:00

25 lines
421 B
TOML

root = "."
testdata_dir = "testdata"
tmp_dir = "tmp"
[build]
bin = "./tmp/main"
cmd = "go build -o ./tmp/main ./cmd/server/main.go"
include_ext = ["go", "toml"]
exclude_dir = ["tmp", "vendor", "node_modules"]
delay = 1000
stop_on_error = true
clean_on_exit = true
[log]
time = true
[color]
main = "magenta"
watcher = "cyan"
build = "yellow"
runner = "green"
[screen]
clear_on_rebuild = true