Skip to content

Commit 9568b8a

Browse files
authored
Add keep_names option to wrangler configurations (#3769)
1 parent 683bb8f commit 9568b8a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/gitbook/openNext/customWorkers/defaultWrangler.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"main": "default.js",
33
"name": "gitbook-open-v2-server",
4+
"keep_names": false,
45
"compatibility_date": "2025-04-14",
56
"compatibility_flags": [
67
"nodejs_compat",

packages/gitbook/openNext/customWorkers/doWrangler.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"main": "do.js",
33
"name": "gitbook-open-v2-do",
44
"compatibility_date": "2025-04-14",
5+
"keep_names": false,
56
"compatibility_flags": [
67
"nodejs_compat",
78
"allow_importable_env",

packages/gitbook/openNext/customWorkers/middlewareWrangler.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"main": "middleware.js",
33
"name": "gitbook-open-v2",
44
"compatibility_date": "2025-04-14",
5+
"keep_names": false,
56
"compatibility_flags": [
67
"nodejs_compat",
78
"allow_importable_env",

0 commit comments

Comments
 (0)