passwd-mgr/.air.toml

9 lines
172 B
TOML
Raw Normal View History

2024-06-20 13:47:04 +00:00
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"]