build: make frontend embedding optional

This commit is contained in:
jbwfu
2026-03-05 11:36:56 +08:00
parent bc09625708
commit a6db3c8a63
6 changed files with 53 additions and 39 deletions
+1 -1
View File
@@ -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