Skip to content

Commit 7c72b2d

Browse files
chore: update default-template start script
1 parent 3a80e6e commit 7c72b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "rsbuild build",
77
"dev": "rsbuild dev",
8-
"start": "react-router-serve ./build/server/index.js",
8+
"start": "react-router-serve ./build/server/static/js/app.js",
99
"typecheck": "react-router typegen && tsc",
1010
"test:e2e": "pnpm run dev & sleep 5 && playwright test",
1111
"test:e2e:debug": "playwright test --debug",

0 commit comments

Comments
 (0)