-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use storybook's buildDevStandalone to start dev server #1
Comments
Similar usage: nuxt-modules/tailwindcss#793 (comment) |
Hi @tobiasdiez , since none of the available storybook modules seem to work properly I tried to get your solution up and running but I'm running into this error:
Do you have an idea what the problem might be? I cannot manage to debug it... :( |
That points to https://github.com/storybookjs/storybook/blob/5428db705fbb312bb3712b5d2a4fdc072bb17c14/code/lib/core-server/src/utils/get-builders.ts#L17, right? Do you have the right builder package installed? |
Thanks @tobiasdiez !
to
solved this particular issue. Now I at least get the story rendered but it seems like there is no styling applied and e.g.
? |
Currently the module uses the storybook cli to start the dev server in a new process. I think its more flexible and convenient to use storybooks
buildDevStandalone
for this. You can have a look at https://github.com/JabRef/JabRefOnline/blob/main/modules/storybook.ts on how this can be done.The text was updated successfully, but these errors were encountered: