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