rentease/.air.toml
Ruidy 808e80b7c1
chore(deps): update templ and various Go dependencies
Upgrade templ to v0.3.960 and update related generated files. Bump Go
version to 1.25.2 and update dependencies: sentry-go, stripe-go, and
golang.org/x/* packages. Exclude "thoughts" dir from air build. Refactor
payment view to always show Stripe status badge.
2025-10-19 15:42:29 +02:00

32 lines
592 B
TOML

root = "."
tmp_dir = "tmp"
[build]
bin = "./tmp/main"
cmd = "templ generate && go build -o ./tmp/main ."
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "thoughts"]
exclude_file = []
exclude_regex = [".*_templ.go", "VFNI*html"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["go", "tpl", "tmpl", "templ", "html"]
kill_delay = "0s"
log = "build-errors.log"
send_interrupt = false
stop_on_error = true
[color]
app = ""
build = "yellow"
main = "magenta"
runner = "green"
watcher = "cyan"
[log]
time = false
[misc]
clean_on_exit = false