mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
11 lines
268 B
JavaScript
11 lines
268 B
JavaScript
module.exports = {
|
|
framework: {
|
|
name: '@storybook/angular',
|
|
options: {}
|
|
},
|
|
staticDirs: [{ from: '../../../demo-shell/src/app.config.json', to: 'app.config.json' }],
|
|
docs: {},
|
|
stories: [],
|
|
addons: ['@chromatic-com/storybook']
|
|
};
|