root = "." tmp_dir = "tmp" [build] bin = "tmp/main" cmd = "templ generate && go build -o tmp/main ." include_ext = ["go", "templ", "html"] exclude_regex = [".*_templ.go"]