Upgrading NX and start fixing styles

This commit is contained in:
Vito Albano
2024-03-20 23:10:53 +00:00
parent 93252effd1
commit 9e18c6473b
50 changed files with 1434 additions and 236 deletions
+1 -3
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' }
};