tijl.dev-core/.air.toml
tijl a04246cddc
Some checks failed
build / build (push) Failing after 0s
updates
2024-08-21 15:43:24 +02:00

30 lines
506 B
TOML

root = "."
tmp_dir = ".air-tmp"
[build]
bin = "./tijl.dev"
cmd = "just build"
delay = 1000
exclude_dir = ["node_modules","modules/database","static/js","static/css"]
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