tijl.dev-core/.air.toml
tijl 862ff1ff7b
All checks were successful
build / build (push) Successful in 1m4s
updates
2024-08-22 14:58:43 +02:00

30 lines
494 B
TOML

root = "."
tmp_dir = ".air-tmp"
[build]
bin = "./tijl.dev"
cmd = "just build"
delay = 1000
exclude_dir = ["node_modules","internal/queries","web/static"]
exclude_unchanged = false
follow_symlink = false
include_ext = ["go", "html", "js", "ts"]
kill_delay = "0s"
log = "build-errors.log"
send_interrupt = false
stop_on_error = true
[color]
build = "yellow"
main = "magenta"
runner = "green"
watcher = "cyan"
[log]
time = false
[misc]
clean_on_exit = true