mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
```sh
|
|
# Convert stories in MDX to CSF
|
|
yarn dlx storybook@latest migrate mdx-to-csf --glob "src/**/*.stories.mdx"
|
|
```
|