Skip to content

Commit d8875e3

Browse files
committed
wip
1 parent c511814 commit d8875e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:ssr": "vite build && vite build --ssr",
99
"format": "biome format --write resources/js && biome lint --fix resources/js",
1010
"lint": "biome lint --fix resources/js",
11-
"preview": "tsc && npm run build && php artisan inertia:start-ssr"
11+
"preview": "tsc && npm run build:ssr && php artisan inertia:start-ssr"
1212
},
1313
"devDependencies": {
1414
"@biomejs/biome": "^1.9.4",

0 commit comments

Comments
 (0)