mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:01:48 +08:00
Enable nextjs
detection in CLI
This commit is contained in:
parent
68c763f6be
commit
db3198301c
@ -163,7 +163,7 @@ export const supportedTemplates: TemplateConfiguration[] = [
|
||||
next: (versionRange) => eqMajor(versionRange, 9) || gtMajor(versionRange, 9),
|
||||
},
|
||||
matcherFunction: ({ dependencies }) => {
|
||||
return process.env.STORYBOOK_REPRO_GENERATOR && dependencies.every(Boolean);
|
||||
return dependencies.every(Boolean);
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user