Replies: 2 comments 4 replies
-
Shouldn't be hard to add to Webpack to scan other directories. We could pass the config through blitz/packages/blitz-rpc/src/index-server.ts Lines 90 to 98 in cacb65d |
Beta Was this translation helpful? Give feedback.
4 replies
-
This looks sweet. I have had a lot of issues using Blitz with turbo repo specifically when using with Storybook when I have to use |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Following on from: #3522 (now closed)
This discussion is for those who use Monorepos such as TurboRepo and have components that exist outside of the blitz install directory.
What's happening now, is that a blitz installation does scan a specific directory but it's within the install directory. What I would like is to open up a setting, so that an array of directories (submitted by the dev) may be included in this scan.
Beta Was this translation helpful? Give feedback.
All reactions