Skip to content

Commit

Permalink
✨ Added a -f flag to the command
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaywood committed Sep 13, 2024
1 parent 4e0b3cc commit 5660933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/content/upgrades/v8/highlights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Core team member Rob has an awesome introduction video covering this new feature
It's easier than ever to enable our experimental SSR and RSC features. You can now enable SSR or RSC with a single command without having to first upgrade to a canary version of Redwood.

```bash
yarn rw exp setup-streaming-ssr # Setup SSR
yarn rw exp setup-rsc # Setup RSC
yarn rw experimental setup-streaming-ssr -f # Setup SSR
yarn rw experimental setup-rsc # Setup RSC
```

⚠️ _NOTE: Make sure that you're running node v20.17.0 or greater and yarn v4.1.1 or greater. If you need help getting set up or upgrading, you can refer to our documentation on using [nvm](https://docs.redwoodjs.com/docs/how-to/using-nvm) and [yarn](https://docs.redwoodjs.com/docs/how-to/using-yarn)._
Expand Down

0 comments on commit 5660933

Please sign in to comment.