Fixed a bug in 'air.toml' file under [build] > cmd
This commit is contained in:
parent
f010a88530
commit
3bcaaaf26f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ tmp_dir = "tmp"
|
||||||
args_bin = ["-ip", "127.0.0.1", "-port", "3000"]
|
args_bin = ["-ip", "127.0.0.1", "-port", "3000"]
|
||||||
bin = "./tmp/main"
|
bin = "./tmp/main"
|
||||||
pre_cmd = []
|
pre_cmd = []
|
||||||
cmd = "go build -o ./tmp/main . & cd lib/stylegen && ./gen.sh"
|
cmd = "go build -o ./tmp/main.exe & cd lib/stylegen && ./gen.sh"
|
||||||
delay = 1000
|
delay = 1000
|
||||||
exclude_dir = ["assets", "tmp", "vendor", "testdata", "lib/stylegen"]
|
exclude_dir = ["assets", "tmp", "vendor", "testdata", "lib/stylegen"]
|
||||||
exclude_file = []
|
exclude_file = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue