We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4497bb commit 91c3e23Copy full SHA for 91c3e23
apps/cli/templates/deploy/wrangler/web/react/tanstack-start/wrangler.jsonc.hbs
@@ -2,7 +2,7 @@
2
"$schema": "./node_modules/wrangler/config-schema.json",
3
"name": "{{projectName}}",
4
"main": "@tanstack/react-start/server-entry",
5
- "compatibility_date": "2025-07-05",
+ "compatibility_date": "2025-09-15",
6
"compatibility_flags": ["nodejs_compat"],
7
"assets": {
8
"directory": ".output/public",
@@ -17,4 +17,4 @@
17
// },
18
// ],
19
}
20
-
+
0 commit comments