Fix broken build command in .air.toml
This commit is contained in:
parent
8343cc04ee
commit
2e5140f669
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ tmp_dir = "tmp"
|
||||||
[build]
|
[build]
|
||||||
args_bin = []
|
args_bin = []
|
||||||
bin = "tmp\\main.exe"
|
bin = "tmp\\main.exe"
|
||||||
cmd = "go build -o ./tmp/main.exe ."
|
cmd = "go build -o ./tmp/main.exe ./cmd/feedvault/"
|
||||||
delay = 1000
|
delay = 1000
|
||||||
exclude_dir = [
|
exclude_dir = [
|
||||||
"assets",
|
"assets",
|
||||||
|
|
@ -13,6 +13,7 @@ exclude_dir = [
|
||||||
"tmp",
|
"tmp",
|
||||||
"vendor",
|
"vendor",
|
||||||
"testdata",
|
"testdata",
|
||||||
|
"tests",
|
||||||
".git",
|
".git",
|
||||||
".idea",
|
".idea",
|
||||||
".vscode",
|
".vscode",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue