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 c511814 commit d8875e3Copy full SHA for d8875e3
package.json
@@ -8,7 +8,7 @@
8
"build:ssr": "vite build && vite build --ssr",
9
"format": "biome format --write resources/js && biome lint --fix resources/js",
10
"lint": "biome lint --fix resources/js",
11
- "preview": "tsc && npm run build && php artisan inertia:start-ssr"
+ "preview": "tsc && npm run build:ssr && php artisan inertia:start-ssr"
12
},
13
"devDependencies": {
14
"@biomejs/biome": "^1.9.4",
0 commit comments