Upgrading NX and start fixing styles

This commit is contained in:
Vito Albano
2023-11-14 01:10:57 +00:00
parent 6d1b2448f6
commit 7c2697b6b5
51 changed files with 1433 additions and 226 deletions

View File

@@ -1,7 +1,5 @@
module.exports = {
stories: [],
addons: ['@storybook/addon-essentials'],
framework: '@storybook/angular',
staticDirs: [ { from: '../../../demo-shell/src/app.config.json', to: 'app.config.json' } ],
staticDirs: [{ from: '../../../demo-shell/src/app.config.json', to: 'app.config.json' }],
core: { builder: 'webpack5' }
};