A vibe coded tangled fork which supports pijul.
at 6ff9e1cf9644a25b99f95935abd7a0dd26ec4677 8 lines 180 B view raw
1[build] 2cmd = "go build -o knot ./cmd/knotserver/main.go" 3bin = "knot" 4root = "." 5 6exclude_regex = [".*_templ.go"] 7include_ext = ["go", "templ"] 8exclude_dir = ["target", "atrium"]