v3/packages/design-system/.storybook/main.js
2021-06-05 16:14:19 -05:00

12 lines
295 B
JavaScript

module.exports = {
stories: [
...['atoms', 'molecules', 'organisms', 'templates'].map(
(dir) => `../${dir}/**/*.stories.@(tsx|mdx)`
),
'*.stories.mdx',
],
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
reactOptions: {
fastRefresh: true,
},
};