2022-04-29 00:11:50 +08:00

8 lines
203 B
JavaScript

module.exports = {
// Should be kept in sync with addons listed in `baseGenerator.ts`
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
core: {
disableTelemetry: true,
},
};