Skip to content

Commit 5d195fc

Browse files
authored
Update SSR directory (#8030)
1 parent b69c27a commit 5d195fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Then, to build and start the SSR server, you may run the following commands:
448448
449449
```sh
450450
npm run build
451-
node storage/ssr/ssr.js
451+
node bootstrap/ssr/ssr.js
452452
```
453453
454454
> {tip} Laravel's [starter kits](/docs/{{version}}/starter-kits) already include the proper Laravel, Inertia SSR, and Vite configuration. Check out [Laravel Breeze](/docs/{{version}}/starter-kits#breeze-and-inertia) for the fastest way to get started with Laravel, Inertia SSR, and Vite.

0 commit comments

Comments
 (0)