refactor: move driver handlers to own file

This commit is contained in:
Nicolas Meienberger
2025-08-10 11:29:34 +02:00
parent f121825d14
commit e601d91955
5 changed files with 31 additions and 16 deletions

View File

@@ -7,15 +7,15 @@ tmp_dir = "out"
bin = "./out/main"
cmd = "go build -o ./out/main ."
delay = 1000
exclude_dir = ["assets", "out", "vendor", "testdata"]
exclude_dir = ["assets", "out", "vendor", "testdata", "frontend"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html"]
include_file = []
include_ext = ["go"]
include_file = ["main.go"]
kill_delay = "0s"
log = "build-errors.log"
poll = false