You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
I'm always frustrated when in a project I have 100500 dependencies, and of course when they have collisions. And of course, when any library has warnings or npm audit problems
Describe the solution you'd like
I want the storybook to be able to work from outside the project or from a subfolder. Like a separate project. And i want to find this setting when installing storybook
npx storybook init
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
Is your feature request related to a problem? Please describe
I'm always frustrated when in a project I have 100500 dependencies, and of course when they have collisions. And of course, when any library has warnings or npm audit problems
Describe the solution you'd like
I want the storybook to be able to work from outside the project or from a subfolder. Like a separate project.
And i want to find this setting when installing storybook
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
limited, but yes, I can
Additional context
I can provide my solution
Vite:
and need only connect this file in a root project to
extends
and need to add in a root package.json
With typescript I didn't find best solution (microsoft/TypeScript#33407 (comment))
The text was updated successfully, but these errors were encountered: