Files
AnthoLume/.air.toml
T
evan 2c2eca8360
continuous-integration/drone/pr Build is failing
chore: migrate to tailwind v4
2026-07-03 14:53:39 -04:00

18 lines
371 B
TOML

root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/antholume ."
full_bin = "./tmp/antholume serve"
delay = 1000
include_ext = ["go", "tpl", "tmpl", "html", "css", "js", "yaml", "yml"]
exclude_dir = ["_scratch", "build", "data", "frontend", "node_modules"]
exclude_file = ["assets/style.css"]
stop_on_error = true
[log]
time = true
[misc]
clean_on_exit = true