Skip to content
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

feat: start storybook in same process as dev server #592

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tobiasdiez
Copy link
Collaborator

@tobiasdiez tobiasdiez commented May 12, 2024

Instead of invoking the storybook cli, we now start the storybook dev server in the same process as the nuxt dev server.
This has the advantage that we don't need to spawn a second nuxt instance, improving preformance and reducing complexifty.

Fixes storybook-vue/storybook-nuxt#59 and fixes #610.

Copy link

netlify bot commented May 12, 2024

👷 Deploy request for nuxt-storybook pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 9a92440

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

host option does not work Error "spawn npm ENOENT" during initial setup via npx storybook-nuxt init
1 participant