Skip to content

Commit f9b401a

Browse files
committed
Merge origin/master into main
2 parents 1ab57f3 + 9889753 commit f9b401a

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

landing/bun.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

landing/wrangler.jsonc

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
22
"$schema": "node_modules/wrangler/config-schema.json",
3-
"name": "contextplus",
43
"main": ".open-next/worker.js",
5-
"compatibility_date": "2024-12-30",
6-
"compatibility_flags": ["nodejs_compat"],
4+
"name": "contextplus",
5+
"compatibility_date": "2026-02-28",
6+
"compatibility_flags": [
7+
"nodejs_compat",
8+
"global_fetch_strictly_public"
9+
],
710
"assets": {
811
"directory": ".open-next/assets",
9-
"binding": "ASSETS",
10-
},
11-
"observability": {
12-
"enabled": true,
12+
"binding": "ASSETS"
1313
},
14+
"services": [
15+
{
16+
"binding": "WORKER_SELF_REFERENCE",
17+
"service": "contextplus"
18+
}
19+
],
20+
"images": {
21+
"binding": "IMAGES"
22+
}
1423
}

0 commit comments

Comments
 (0)