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