-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
33 lines (33 loc) · 797 Bytes
/
Copy pathwrangler.jsonc
File metadata and controls
33 lines (33 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "readium-x",
"main": ".open-next/worker.js",
"compatibility_date": "2026-05-06",
"compatibility_flags": ["nodejs_compat"],
"assets": {
"directory": ".open-next/assets",
"binding": "ASSETS",
},
"observability": {
"enabled": true,
},
"secrets": {
"required": [
"DATABASE_URL",
"DB_AUTH_TOKEN",
"CLERK_SECRET_KEY",
"CLERK_WEBHOOK_SIGNING_SECRET",
"ENCRYPTION_KEY",
"NEXT_PUBLIC_APP_URL",
"NEXT_PUBLIC_APP_NAME",
"NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY",
],
},
"kv_namespaces": [
{
"binding": "READIUMX_ARTICLE_CACHE",
"id": "4ea0e799b5a247f58c6483cbeda822b3",
"preview_id": "6d9d163ddb3f492db8190870e1a30cec",
},
],
}