mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
module.exports = {
|
|
stories: ['../my-project/src/components/*.@(js|md)'],
|
|
};
|
|
``` |