A vibe coded tangled fork which supports pijul.
at d4c71b3e8a1c90822e7facf2b384c2c3aa8103da 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"]