Anyone have an exampe of two nextjs applications in a single repo?
Basically I want to have a website for the customer facing site and another for the admin portal to manage customers. I am planning on having it share Prisma schema.
3 Replies
Why not just be the same app
Check out Vercel's Turbo example
https://vercel.com/templates/next.js/turborepo-next-basic
Turborepo & Next.js Starter – Vercel
This is an official starter Turborepo with two Next.js sites and three local packages
Without turbo I'm not sure you can deploy multiple apps from the same repo
Without creating multiple projects on Vercel atleast