A vibe coded tangled fork which supports pijul.
at b1241bc3ac28e05f1108435ecd27a0a14a957321 7 lines 234 B view raw
1[build] 2cmd = 'go build -ldflags "-X tangled.sh/tangled.sh/core/knotserver.version=$(git describe --tags --long)" -o .bin/knot ./cmd/knotserver/main.go' 3bin = ".bin/knot" 4root = "." 5 6exclude_regex = [""] 7include_ext = ["go", "templ"]