Remove -prod arg on air config

Because I'm confident the templates are working in production now.
This commit is contained in:
Eli Ribble 2026-02-10 16:27:13 +00:00
parent 396cf5c586
commit 42d05fd8e4
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ testdata_dir = "testdata"
tmp_dir = "tmp"
[build]
args_bin = ["-prod"]
args_bin = []
bin = "./tmp/nidus-sync"
cmd = "go build -o ./tmp/nidus-sync ."
delay = 1000