Update build

This commit is contained in:
lif
2025-09-14 17:13:45 +01:00
parent ff0af2e98b
commit fcc6618370
5 changed files with 81 additions and 48 deletions

9
.air.toml Normal file
View File

@@ -0,0 +1,9 @@
root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -buildvcs=false -o ./tmp/main ."
bin = "tmp/main"
delay = 1000
exclude_dir = ["tmp", "vendor"]