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 b037f98 commit aa571bbCopy full SHA for aa571bb
e2e/react-start/spa-mode/package.json
@@ -7,7 +7,7 @@
7
"dev": "vite dev --port 3000",
8
"dev:e2e": "vite dev",
9
"build": "vite build && tsc --noEmit",
10
- "start": "npx serve dist/public",
+ "start": "npx serve dist/client",
11
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
12
},
13
"dependencies": {
e2e/solid-start/spa-mode/package.json
0 commit comments