A vibe coded tangled fork which supports pijul.
at 2bd868cb0ef918f0d5a6a8da15a509bd2206a350 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