Skip to content

Commit 615c315

Browse files
Update src/content/changelog/workers/2025-10-24-tanstack-start.mdx
Co-authored-by: Matt Kane <[email protected]>
1 parent 255f32f commit 615c315

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/changelog/workers/2025-10-24-tanstack-start.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,12 @@ main = "@tanstack/react-start/server-entry"
6060

6161
4. Modify the scripts in your `package.json`
6262

63-
```json title="package.json"
63+
```json title="package.json" del={5} ins={6-8}
6464
{
6565
"scripts": {
6666
"dev": "vite dev",
6767
"build": "vite build && tsc --noEmit",
68-
// ============ 👇 remove this line ============
6968
"start": "node .output/server/index.mjs",
70-
// ============ 👇 add these lines ============
7169
"preview": "vite preview",
7270
"deploy": "npm run build && wrangler deploy",
7371
"cf-typegen": "wrangler types"

0 commit comments

Comments
 (0)