[READ-ONLY] Mirror of https://github.com/flo-bit/atmo-tools.
atmo.tools
566 B
21 lines
1{
2 "$schema": "node_modules/wrangler/config-schema.json",
3 "name": "atmo-tools",
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.tools"
16 },
17 "kv_namespaces": [
18 { "binding": "OAUTH_SESSIONS", "id": "87987a15aa874ff28635173747ed2484" },
19 { "binding": "OAUTH_STATES", "id": "2f40be642daa488c87f196e8f2cbdc04" }
20 ]
21}