root = "." testdata_dir = "testdata" tmp_dir = "tmp" [build] args_bin = ["--debug"] bin = "./tmp/main" cmd = "just hot-reload" #cmd = "go build -o ./tmp/main" delay = 100 exclude_dir = ["assets", "tmp", "static", "vendor", "testdata"] exclude_file = [] exclude_regex = ["_test.go", "_templ.go"] exclude_unchanged = false full_bin = "" include_dir = [] include_ext = ["go", "tpl", "html", "tmpl", "templ"]