Skip to content

Commit

Permalink
Update storybook.mdx (#5537)
Browse files Browse the repository at this point in the history
### Description

Storybook now can be built with node 18, hence removing this from
documentation.

Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
  • Loading branch information
AmitGurbani and anthonyshew authored Jul 17, 2023
1 parent 91ca2ae commit 0771b80
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/pages/repo/docs/handbook/tools/storybook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,3 @@ Your `dev` and `build` tasks will now include Storybook, allowing you to develop
Let's deploy your Storybook project.
In the "Build and Development Settings" on the General tab of your project settings, change your "Output Directory" to `storybook-static`.
Additionally, at the time of this writing, Storybook cannot be ran on Node 18, the Vercel default. In the `package.json` of your `workshop` app, add an `engines` field to make sure that this project runs on Node 16:
```json filename="apps/workshop/package.json"
{
// ...
"engines": {
"node": "16"
}
}
```

1 comment on commit 0771b80

@vercel
Copy link

@vercel vercel bot commented on 0771b80 Jul 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.