My learning Nuxt 3 Monorepos with PNPM Workspaces 📚 - My trying to make a mono-repository with UI components and utils Install: pnpm i Run dev mode: pnpm run -r dev Build applications: pnpm run -r build Run specific application pnpm --filter web run dev