Update. Add svelte admin frontend

This commit is contained in:
2025-06-12 20:38:12 +02:00
parent 17ab7c4929
commit 562186fa47
16 changed files with 463 additions and 165 deletions

View File

@@ -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"]