tijl.dev-core/.air.toml

30 lines
501 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 23:43:54 +02:00
exclude_dir = ["node_modules","modules/database","web/assets/static"]
2024-08-19 22:32:43 +02:00
exclude_unchanged = false
follow_symlink = false
2024-08-21 15:43:24 +02:00
include_ext = ["go", "html", "js", "ts"]
2024-08-19 22:32:43 +02:00
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