atmo.rsvp
1
fork

Configure Feed

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

at main 38 lines 792 B view raw
1{ 2 "$schema": "node_modules/wrangler/config-schema.json", 3 "name": "atmo-events", 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://atmo.rsvp" 16 }, 17 "d1_databases": [ 18 { 19 "binding": "DB", 20 "database_name": "atmo-events-v2", 21 "database_id": "7ac1d7f2-afc2-4ac6-8fce-d192c02f63a5", 22 "remote": true 23 } 24 ], 25 "triggers": { 26 "crons": ["*/1 * * * *"] 27 }, 28 "kv_namespaces": [ 29 { 30 "binding": "OAUTH_SESSIONS", 31 "id": "3922ab84a8bb4fecb46526e3577a0665" 32 }, 33 { 34 "binding": "OAUTH_STATES", 35 "id": "46cfb5c0bb8c41378e757b46afd7dd35" 36 } 37 ] 38}