Skip to content

Commit

Permalink
use new stories config pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
jonspalmer committed Jul 28, 2021
1 parent 11e078d commit 291ba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server-kitchen-sink/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
stories: ['../stories/**/*.stories.@(json|yaml|yml)'],
stories: [{ directory: '../stories/', files: '**/*.stories.@(json|yaml|yml)' }],
logLevel: 'debug',
addons: [
'@storybook/addon-docs',
Expand Down

0 comments on commit 291ba01

Please sign in to comment.