Skip to content

Commit

Permalink
docs: fix incorrect SSR server start command (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyvanderhaegen authored Dec 13, 2024
1 parent a341f53 commit b681cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To test the SSR mode, first run the build, and then start the SSR server:

```sh
npm run build
npm run ssr:serve
php artisan inertia:start-ssr
```

## Publishing
Expand Down

0 comments on commit b681cac

Please sign in to comment.