[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-cloudflare-statusphere. statusphere.atmo.tools
atproto cloudflare-workers oauth svelte
0

Configure Feed

Select the types of activity you want to include in your feed.

623 B 27 lines
1{ 2 "$schema": "node_modules/wrangler/config-schema.json", 3 "name": "svelte-atproto-oauth-cloudflare-workers", 4 "main": ".svelte-kit/cloudflare/_worker.js", 5 "compatibility_date": "2025-12-25", 6 "compatibility_flags": ["nodejs_compat_v2"], 7 "assets": { 8 "binding": "ASSETS", 9 "directory": ".svelte-kit/cloudflare" 10 }, 11 "observability": { 12 "enabled": true 13 }, 14 "vars": { 15 "OAUTH_PUBLIC_URL": "https://statusphere.atmo.tools" 16 }, 17 "kv_namespaces": [ 18 { 19 "binding": "OAUTH_SESSIONS", 20 "id": "c44fc97274b84f5a97a8399b1977ad0d" 21 }, 22 { 23 "binding": "OAUTH_STATES", 24 "id": "115d8089d9ca4592a3a5e4a7d9146610" 25 } 26 ] 27}