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]
|
||||
args_bin = []
|
||||
bin = "./tmp/main"
|
||||
cmd = "go build -o ./tmp/main ./main.go"
|
||||
cmd = "go build -o ./tmp/main ."
|
||||
delay = 1000
|
||||
exclude_dir = ["node_modules", "assets", "tmp", "vendor", "testdata"]
|
||||
exclude_file = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue