fix(BE): add .air.toml

This commit is contained in:
MacBook Air M1
2026-01-14 11:20:42 +07:00
parent 06d8d0b795
commit bd9d41e161
+13
View File
@@ -0,0 +1,13 @@
# .air.toml
root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -buildvcs=false -o ./tmp/main ./cmd/api"
bin = "tmp/main"
full_bin = "APP_ENV=dev ./tmp/main"
include_ext = ["go", "tpl", "tmpl", "html"]
exclude_dir = ["vendor", "tmp"]
[log]
time = true