feat: init frontend

This commit is contained in:
Nicolas Meienberger
2025-08-11 21:21:26 +02:00
parent 672f9097e1
commit 173858343e
51 changed files with 5053 additions and 871 deletions

View File

@@ -7,7 +7,7 @@ tmp_dir = "out"
bin = "./out/main"
cmd = "go build -o ./out/main ."
delay = 1000
exclude_dir = ["assets", "out", "vendor", "testdata", "frontend"]
exclude_dir = ["assets", "out", "vendor", "testdata", "web", "tmp"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false