mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:51:21 +08:00
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
const path = require('path');
|
|
|
|
module.exports = {
|
|
addons: [path.resolve('./.storybook/my-preset')],
|
|
};
|
|
``` |