Skip to content

Commit 91c3e23

Browse files
mkcodeAmanVarshney01
authored andcommitted
fix(cli): Update compatibility date in wrangler.jsonc.hbs (#663)
1 parent f4497bb commit 91c3e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/cli/templates/deploy/wrangler/web/react/tanstack-start/wrangler.jsonc.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./node_modules/wrangler/config-schema.json",
33
"name": "{{projectName}}",
44
"main": "@tanstack/react-start/server-entry",
5-
"compatibility_date": "2025-07-05",
5+
"compatibility_date": "2025-09-15",
66
"compatibility_flags": ["nodejs_compat"],
77
"assets": {
88
"directory": ".output/public",
@@ -17,4 +17,4 @@
1717
// },
1818
// ],
1919
}
20-
20+

0 commit comments

Comments
 (0)