Skip to content

Commit b2a509b

Browse files
committed
Add action, knobs and docs add-ons
1 parent 30e280a commit b2a509b

File tree

3 files changed

+4016
-1139
lines changed

3 files changed

+4016
-1139
lines changed

.storybook/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
2-
stories: ['../stories/**/*.stories.js'],
3-
addons: ['@storybook/addon-actions', '@storybook/addon-links'],
2+
stories: ['../client/**/*.stories.(jsx|js|mdx)'],
3+
addons: ['@storybook/addon-actions', '@storybook/addon-docs', '@storybook/addon-knobs', '@storybook/addon-links'],
44
webpackFinal: async config => {
55
// do mutation to the config
66

0 commit comments

Comments
 (0)