Replies: 1 comment
-
I'm running bun + vite. I have this in my
Vite config:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'm running a Bun workspaces monorepo with various components and storybook, Storybook is rendering Vue and using Vite as the bundler.
Has anyone had success with this? For whatever reason, Storybook (vite?) seems to try reading outside the package.
I can't figure out why it would look outside of the package for stories?
My setup:
the tl;dr is that
storybook
is a package that has dependencies of two other packages so I can render the components (packages/vue, packages/vue-legacy) in Storybook for sharing out/testing.All of the stories/mdx are in
packages/storybook/src
Additional information
My
packages/storybook/.storybook/main.ts
:vite.config.ts
:Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions