You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
324 B
11 lines
324 B
module.exports = { |
|
stories: ['../stories/**/*.stories.mdx', '../stories/**/*.stories.@(js|jsx|ts|tsx)'], |
|
addons: [ |
|
'@storybook/addon-links', |
|
'@storybook/addon-essentials', |
|
'@storybook/addon-interactions', |
|
'@storybook/preset-scss', |
|
'@storybook/addon-postcss', |
|
], |
|
framework: '@storybook/react', |
|
};
|
|
|