Delete .air.toml

This commit is contained in:
kris
2026-01-14 07:06:37 +00:00
parent 894fa0b22a
commit dbf72c7248
-13
View File
@@ -1,13 +0,0 @@
# .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