-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwrangler.waitlist.jsonc
More file actions
42 lines (42 loc) · 986 Bytes
/
Copy pathwrangler.waitlist.jsonc
File metadata and controls
42 lines (42 loc) · 986 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
34
35
36
37
38
39
40
41
42
{
"$schema": "node_modules/wrangler/config-schema.json",
"main": ".open-next/worker.js",
"name": "waitlist-cloudflare",
"compatibility_date": "2026-06-13",
"compatibility_flags": [
"nodejs_compat",
"global_fetch_strictly_public"
],
"minify": true,
"assets": {
"directory": ".open-next/assets",
"binding": "ASSETS"
},
"services": [
{
// Self-reference service binding, the service name must match the worker name
// see https://opennext.js.org/cloudflare/caching
"binding": "WORKER_SELF_REFERENCE",
"service": "waitlist-cloudflare"
}
],
"images": {
// Enable image optimization
// see https://opennext.js.org/cloudflare/howtos/image
"binding": "IMAGES"
},
"account_id": "268f966b7d4a588da84f91e86dfeba78",
"d1_databases": [
{
"binding": "DB",
"database_name": "waitlist-db",
"database_id": "5e84894a-8528-4826-b23d-df0883c8bed9"
}
],
"routes": [
{
"pattern": "waitlist.metareignity.com",
"custom_domain": true
}
]
}