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