storybook/docs/snippets/common/storybook-main-with-single-static-dir.js.mdx
2021-11-06 03:20:29 +00:00

8 lines
111 B
Plaintext

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