Enable the storybook for process-services-clod (#7286)

This commit is contained in:
Maurizio Vitale
2021-10-08 11:48:28 +01:00
committed by GitHub
parent 8e9bf9cc9b
commit 3bcc106a0d
12 changed files with 22355 additions and 53 deletions

11
.storybook/main.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
stories: [],
addons: ['@storybook/addon-essentials'],
// uncomment the property below if you want to apply some webpack config globally
// webpackFinal: async (config, { configType }) => {
// // Make whatever fine-grained changes you need that should apply to all storybook configs
// // Return the altered config
// return config;
// },
};