atmo.rsvp
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": [
7 "nodejs_compat_v2"
8 ],
9 "assets": {
10 "binding": "ASSETS",
11 "directory": ".svelte-kit/cloudflare"
12 },
13 "observability": {
14 "enabled": true
15 },
16 "vars": {
17 "OAUTH_PUBLIC_URL": "https://atmo.rsvp"
18 },
19 "kv_namespaces": [
20 {
21 "binding": "OAUTH_SESSIONS",
22 "id": "3922ab84a8bb4fecb46526e3577a0665"
23 },
24 {
25 "binding": "OAUTH_STATES",
26 "id": "46cfb5c0bb8c41378e757b46afd7dd35"
27 },
28 {
29 "binding": "PROFILE_CACHE",
30 "id": "f0dd7b5baa3e498c9d762bce1599a280"
31 }
32 ]
33}