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