Update. Add svelte admin frontend
This commit is contained in:
@@ -4,16 +4,16 @@ tmp_dir = "tmp"
|
||||
|
||||
[build]
|
||||
args_bin = []
|
||||
bin = "./tmp/main"
|
||||
cmd = "go build -o ./tmp/main ."
|
||||
bin = "tmp/server"
|
||||
cmd = "make"
|
||||
delay = 1000
|
||||
exclude_dir = [
|
||||
"assets",
|
||||
"tmp",
|
||||
"vendor",
|
||||
"testdata",
|
||||
"web/frontend/dist",
|
||||
"web/frontend/node_modules",
|
||||
"web/static",
|
||||
]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
|
Reference in New Issue
Block a user