A vibe coded tangled fork which supports pijul.
at f5f90dfc5d3a074913c45c4648fef42abaadeccd 10 lines 226 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", "sites", "indexes", "nix", "tmp"] 10stop_on_error = true