2023-07-04 11:01:25 +00:00
|
|
|
const config = {
|
|
|
|
stories: ['../src/**/*.stories.@(js|jsx|ts|tsx|mdx)'],
|
|
|
|
addons: ['@storybook/addon-essentials', '@nx/react/plugins/storybook'],
|
|
|
|
framework: {
|
|
|
|
name: '@storybook/react-webpack5',
|
|
|
|
options: {},
|
2022-02-11 13:56:28 +00:00
|
|
|
},
|
2021-09-15 18:52:57 +00:00
|
|
|
};
|
2023-07-04 11:01:25 +00:00
|
|
|
|
|
|
|
export default config;
|