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 255f32f commit 615c315Copy full SHA for 615c315
src/content/changelog/workers/2025-10-24-tanstack-start.mdx
@@ -60,14 +60,12 @@ main = "@tanstack/react-start/server-entry"
60
61
4. Modify the scripts in your `package.json`
62
63
-```json title="package.json"
+```json title="package.json" del={5} ins={6-8}
64
{
65
"scripts": {
66
"dev": "vite dev",
67
"build": "vite build && tsc --noEmit",
68
- // ============ 👇 remove this line ============
69
"start": "node .output/server/index.mjs",
70
- // ============ 👇 add these lines ============
71
"preview": "vite preview",
72
"deploy": "npm run build && wrangler deploy",
73
"cf-typegen": "wrangler types"
0 commit comments