mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:21:48 +08:00
10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
export default {
|
|
stories: [],
|
|
addons: [],
|
|
staticDirs: ['../public', '../static'],
|
|
};
|
|
```
|