migrate from envars to toml config
This commit is contained in:
parent
5284b8a7cc
commit
04f7f97b62
12 changed files with 182 additions and 109 deletions
|
@ -7,7 +7,7 @@ tmp_dir = "tmp"
|
|||
bin = "./tmp/main"
|
||||
cmd = "go build -o ./tmp/main ."
|
||||
delay = 1000
|
||||
exclude_dir = ["admin/static", "public", "uploads", "test", "db"]
|
||||
exclude_dir = ["admin/static", "admin\\static", "public", "uploads", "test", "db", "res"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
exclude_unchanged = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue