Open
Description
Problem
When observing the tree generated by svisualize, most components that we are using are missing.
I assume this is because we use a Turborepo monorepo, and most components come from an import like import { Button } from @org/ui
It seems that only relative imports like ./Button
are resolved and visualized properly.
Solution
Not sure what the exact problem is, but I assume that https://pnpm.io/workspaces are not supported yet.
Additional information
No response
👨👧👦 Contributing
- 🙋♂️ Yes, I'd love to make a PR to implement this feature!