fix air cmd
This commit is contained in:
parent
5fbc6217a5
commit
eaed2519b1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ tmp_dir = "tmp"
|
||||||
[build]
|
[build]
|
||||||
args_bin = []
|
args_bin = []
|
||||||
bin = "./tmp/main"
|
bin = "./tmp/main"
|
||||||
cmd = "go build -o ./tmp/main ./main.go"
|
cmd = "go build -o ./tmp/main ."
|
||||||
delay = 1000
|
delay = 1000
|
||||||
exclude_dir = ["node_modules", "assets", "tmp", "vendor", "testdata"]
|
exclude_dir = ["node_modules", "assets", "tmp", "vendor", "testdata"]
|
||||||
exclude_file = []
|
exclude_file = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue