build: make frontend embedding optional
This commit is contained in:
@@ -8,7 +8,7 @@ tmp_dir = "bin"
|
||||
cmd = ":"
|
||||
full_bin = "go run main.go server"
|
||||
delay = 1000
|
||||
exclude_dir = ["assets", "tmp", "vendor", "testdata", "web", "data", "envs", "configs", "bin"]
|
||||
exclude_dir = ["internal/static/dist", "assets", "tmp", "vendor", "testdata", "web", "data", "envs", "configs", "bin"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
exclude_unchanged = false
|
||||
|
||||
Reference in New Issue
Block a user