mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
```js
|
|
// ./storybook/main.js
|
|
module.exports = {
|
|
stories: ['../src']
|
|
};
|
|
``` |