passwd-mgr/.air.toml
2024-06-20 16:47:04 +03:00

8 lines
172 B
TOML

root = "."
tmp_dir = "tmp"
[build]
bin = "tmp/main"
cmd = "templ generate && go build -o tmp/main ."
include_ext = ["go", "templ", "html"]
exclude_regex = [".*_templ.go"]