Revert "Merge branch 'staging' into 'development'"

This reverts merge request !212
This commit is contained in:
Adnan Zahir
2026-01-20 12:08:41 +07:00
parent 21de17b18a
commit 1b7ce3c62c
2 changed files with 94 additions and 164 deletions
+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