A vibe coded tangled fork which supports pijul.
at sl/lvnwqspuwzom 27 lines 457 B view raw
1name = "sites" 2main = "build/index.js" 3compatibility_date = "2026-02-27" 4 5[build] 6command = "worker-build --release" 7 8[[routes]] 9pattern = "*.tngl.io/*" 10zone_name = "tngl.io" 11 12[[routes]] 13pattern = "*.tngl.sh/*" 14zone_name = "tngl.sh" 15 16[[kv_namespaces]] 17binding = "SITES" 18id = "252122843e3a4b6396e90f15d204659c" 19 20[[r2_buckets]] 21binding = "SITES_BUCKET" 22bucket_name = "tangled-sites" 23 24[observability] 25[observability.logs] 26enabled = true 27invocation_logs = true