mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:01:06 +08:00
8 lines
203 B
JavaScript
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,
|
|
},
|
|
};
|