Files
alfresco-ng2-components/.storybook/main.js
2024-05-14 23:48:49 +01:00

6 lines
187 B
JavaScript

module.exports = {
framework: '@storybook/angular',
staticDirs: [{ from: '../../../demo-shell/src/app.config.json', to: 'app.config.json' }],
core: { builder: 'webpack5' }
};