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