1[build] 2cmd = "go build -o .bin/knot ./cmd/knotserver/main.go" 3bin = ".bin/knot" 4root = "." 5 6exclude_regex = [""] 7include_ext = ["go", "templ"]