bin/.air.toml

18 lines
406 B
TOML
Raw Normal View History

2023-09-10 23:40:19 +02:00
root = "."
testdata_dir = "testdata"
tmp_dir = "tmp"
[build]
2023-09-13 20:03:34 +02:00
args_bin = ["--debug"]
2023-09-10 23:40:19 +02:00
bin = "./tmp/main"
cmd = "just hot-reload"
#cmd = "go build -o ./tmp/main"
delay = 100
exclude_dir = ["assets", "tmp", "static", "vendor", "testdata"]
exclude_file = []
exclude_regex = ["_test.go", "_templ.go"]
exclude_unchanged = false
full_bin = ""
include_dir = []
include_ext = ["go", "tpl", "html", "tmpl", "templ"]