Netlify framework adapters for Nuxt, Vite, and TanStack Start
This monorepo uses npm workspaces.
Start by installing the dependencies:
npm installYou can then build all the packages:
npm run build --workspaces=trueWhen working on the packages, it can be helpful to have them rebuild on change:
npm run dev