Need option to run Storybook in custom subpath #24721
zeuscronos
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I need an option to run Storybook in a custom subpath, example: http://localhost:6006
I executed the following commands in order to add Storybook (version:
7.5.2) to the ReactJS app:Then, in order to run the Storybook, I run:
which opens a new browser window on url: http://localhost:6006/?path=/docs/configure-your-project--docs
What I need is: The Storybook to open on custom url, example:
http://localhost:6006/storybook/?path=/docs/configure-your-project--docs
Describe the solution you'd like
I need some option to specify a custom subpath to make Storybook to run on it, example: http://localhost:6006/storybook/
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
no
Additional context
file: package.json
Beta Was this translation helpful? Give feedback.
All reactions