mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 03:11:05 +08:00
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
module.exports = {
|
|
stories: ['../src/**/*.stories.@(js|mdx)'],
|
|
addons: ['@storybook/addon-essentials']
|
|
}
|
|
```
|