Updated vite and some options

This commit is contained in:
Simon Martens
2024-12-04 17:50:14 +01:00
parent c84f407458
commit c6b46ea3d9
9 changed files with 816 additions and 1081 deletions

View File

@@ -23,7 +23,7 @@ exclude_regex = ["_test.go"]
exclude_unchanged = false
follow_symlink = false
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html", "gohtml"]
include_ext = ["go", "tpl", "tmpl", "html", "gohtml", "css", "js"]
include_file = []
kill_delay = "0s"
log = "build-errors.log"