Files
goyomi/.air.toml
T
2026-05-11 06:48:23 +00:00

14 lines
262 B
TOML
Executable File

root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/goyomi ./cmd/server"
bin = "./tmp/goyomi"
include_ext = ["go", "tpl", "tmpl", "html", "yaml", "yml", "json"]
exclude_dir = ["tmp", "vendor", ".git"]
delay = 500
stop_on_error = true
[log]
time = true