File tree 4 files changed +12
-0
lines changed
4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = require ( '@storybook/core/cli/bin' ) ;
Original file line number Diff line number Diff line change
1
+ export * from '@storybook/core/cli/bin' ;
2
+ export type * from '@storybook/core/cli/bin' ;
Original file line number Diff line number Diff line change
1
+ export * from '@storybook/core/cli/bin' ;
Original file line number Diff line number Diff line change 172
172
"types" : " ./core/cli/index.d.ts" ,
173
173
"import" : " ./core/cli/index.js" ,
174
174
"require" : " ./core/cli/index.cjs"
175
+ },
176
+ "./internal/cli/bin" : {
177
+ "types" : " ./core/cli/bin/index.d.ts" ,
178
+ "import" : " ./core/cli/bin/index.js" ,
179
+ "require" : " ./core/cli/bin/index.cjs"
175
180
}
176
181
},
177
182
"main" : " dist/index.cjs" ,
191
196
"internal/cli" : [
192
197
" ./core/cli/index.d.ts"
193
198
],
199
+ "internal/cli/bin" : [
200
+ " ./core/cli/bin/index.d.ts"
201
+ ],
194
202
"internal/client-logger" : [
195
203
" ./core/client-logger/index.d.ts"
196
204
],
You can’t perform that action at this time.
0 commit comments