You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: UPGRADE.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -319,13 +319,13 @@ You may wish to add the following additional scripts to your `package.json`:
319
319
If you prefer to build your assets on deploy instead of committing them to your repository, you may wish to add the SSR output directory to your `.gitignore` file:
320
320
321
321
```gitignore
322
-
/storage/ssr
322
+
/bootstrap/ssr
323
323
```
324
324
325
325
You may start the SSR server using `node`:
326
326
327
327
```sh
328
-
node storage/ssr/ssr.js
328
+
node bootstrap/ssr/ssr.js
329
329
```
330
330
331
331
### Optional: Expose Vite port when using Laravel Sail
@@ -489,6 +489,6 @@ rm vite.config.js
489
489
You may also wish to remove any `.gitignore` paths you are no longer using:
0 commit comments