Skip to content

Commit 6b3490f

Browse files
committed
chore: update wrangler to v4.38
enable_nodejs_fs_module active by default
1 parent 01a9f1c commit 6b3490f

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

packages/playwright-cloudflare/examples/todomvc/package-lock.json

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

packages/playwright-cloudflare/examples/todomvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"typescript": "^5.8.3",
14-
"wrangler": "^4.37.1"
14+
"wrangler": "^4.38.0"
1515
},
1616
"dependencies": {
1717
"@cloudflare/playwright": "file:../.."

packages/playwright-cloudflare/examples/todomvc/wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name = "cloudflare-playwright-example"
22
main = "src/index.ts"
33
workers_dev = true
4-
compatibility_flags = ["nodejs_compat", "enable_nodejs_fs_module"]
5-
compatibility_date = "2025-09-01"
4+
compatibility_flags = ["nodejs_compat"]
5+
compatibility_date = "2025-09-17"
66
upload_source_maps = true
77

88
[browser]

0 commit comments

Comments
 (0)