storybook/docs/snippets/common/storybook-main-with-single-static-dir.js.mdx
2021-11-09 01:41:54 +00:00

9 lines
112 B
Plaintext

```js
// .storybook/main.js
module.exports = {
stories: [],
addons: [],
staticDirs: ['../public'],
};
```