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