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