Skip to content

Commit 4a541c0

Browse files
fix: update cloudflare's wrangler.json to wrangler.jsonc (#204)
1 parent 5e07f97 commit 4a541c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

frameworks/react-cra/hosts/cloudflare/assets/wrangler.json renamed to frameworks/react-cra/hosts/cloudflare/assets/wrangler.jsonc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
"name": "tanstack-start-app",
44
"compatibility_date": "2025-09-02",
55
"compatibility_flags": ["nodejs_compat"],
6-
"main": "@tanstack/react-start/server-entry",
7-
"vars": {
8-
"MY_VAR": "Hello from Cloudflare"
9-
}
6+
"main": "@tanstack/react-start/server-entry"
107
}

0 commit comments

Comments
 (0)