We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b401a commit cdf1ad2Copy full SHA for cdf1ad2
1 file changed
landing/wrangler.jsonc
@@ -3,21 +3,18 @@
3
"main": ".open-next/worker.js",
4
"name": "contextplus",
5
"compatibility_date": "2026-02-28",
6
- "compatibility_flags": [
7
- "nodejs_compat",
8
- "global_fetch_strictly_public"
9
- ],
+ "compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
10
"assets": {
11
"directory": ".open-next/assets",
12
- "binding": "ASSETS"
+ "binding": "ASSETS",
13
},
14
"services": [
15
{
16
"binding": "WORKER_SELF_REFERENCE",
17
- "service": "contextplus"
18
- }
+ "service": "contextplus",
+ },
19
],
20
"images": {
21
- "binding": "IMAGES"
22
+ "binding": "IMAGES",
23
}
0 commit comments