Reference the Vite docs #68
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As the Inertia docs have to cover a lot of information regarding SSR generally (servers, npm packages etc), I felt it might be good to just also point people to the Vite docs directly, as that contains a much more focused version of what they will need to do. The inertia docs go into a lot of detail, where as the only thing you need to do with Jetstream is:
php artisan jetstream:install inertia --ssrnpm run buildnode /home/forge/{site}/bootstrap/ssr/ssr.mjsWhich is essentially what is covered in the Vite docs.
Additionally, the Inertia docs are not up to date right now, so this is a nice stop gap (will send a PR shortly to update the docs).