tijl.dev-core/.air.toml

30 lines
488 B
TOML
Raw Normal View History

2024-08-19 22:32:43 +02:00
root = "."
tmp_dir = ".air-tmp"
[build]
2024-08-20 11:49:05 +02:00
bin = "./tijl.dev"
cmd = "just build"
2024-08-19 22:32:43 +02:00
delay = 1000
2024-08-21 11:33:33 +02:00
exclude_dir = ["node_modules","modules/db","static/js","static/css"]
2024-08-19 22:32:43 +02:00
exclude_unchanged = false
follow_symlink = false
include_ext = ["go", "html"]
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