Upgrading NX and start fixing styles

This commit is contained in:
Vito Albano
2024-04-09 23:54:33 +01:00
parent aceef495a2
commit 1caacd6407
50 changed files with 1433 additions and 233 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' }
};