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