Remove -prod arg on air config
Because I'm confident the templates are working in production now.
This commit is contained in:
parent
396cf5c586
commit
42d05fd8e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue