mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:01:48 +08:00
8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
```js
|
|
// ./storybook/main.js
|
|
|
|
export default {
|
|
stories: [{ directory: '../src', files: '*.story.tsx', titlePrefix: 'Foo' }],
|
|
};
|
|
```
|