2020-06-20 00:41:42 +08:00

11 lines
237 B
JavaScript

module.exports = {
stories: ['../src/**/*.stories.@(ts|js|mdx)'],
logLevel: 'debug',
addons: [
'@storybook/addon-docs',
'@storybook/addon-controls',
'@storybook/addon-storysource',
'@storybook/preset-scss',
],
};