A vibe coded tangled fork which supports pijul.
at 1cbac20e86cca8ec3c93e57eb67ad154fe29286c 10 lines 217 B view raw
1root = "." 2tmp_dir = "out" 3 4[build] 5cmd = "go build -o out/spindle.out cmd/spindle/main.go" 6bin = "out/spindle.out" 7 8include_ext = ["go"] 9exclude_dir = ["avatar", "camo", "indexes", "nix", "tmp"] 10stop_on_error = true