mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 07:01:27 +08:00
use new stories config pattern
This commit is contained in:
parent
11e078dca9
commit
291ba0116c
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user