I’m working on setting up a monorepo using Turborepo that will include:
- Multiple Next.js apps.
- A shared UI package for reusable components, built using ShadCN components.
Here’s what I’m aiming to achieve:
- The shared UI package should live in the
packages/ui
directory. - Both Next.js apps (e.g.,
apps/app1
andapps/app2
) should consume the UI package seamlessly.
Can anyone help me for the same facing configuration issues