Attic is a cozy space with lofty ambitions. attic.social
at main 27 lines 539 B view raw
1{ 2 "name": "attic", 3 "main": ".svelte-kit/cloudflare/_worker.js", 4 "compatibility_flags": ["nodejs_compat"], 5 "compatibility_date": "2026-03-05", 6 "workers_dev": false, 7 "preview_urls": false, 8 "vars": { 9 "ORIGIN": "https://attic.social", 10 }, 11 "assets": { 12 "binding": "ASSETS", 13 "directory": ".svelte-kit/cloudflare", 14 }, 15 "routes": [ 16 { 17 "pattern": "attic.social", 18 "custom_domain": true, 19 }, 20 ], 21 "observability": { 22 "logs": { 23 "enabled": true, 24 "invocation_logs": false, 25 }, 26 }, 27}