mono repo with multiple next.js apps sharing one nextjs api example?
Does anyone have an example of a mono repo, one app with the t3 stack, another with nextron?
Currently:
apps/nextron
app/full-stack.
full-stack has all t3 boiler plate, but I would like to reuse the same trpc, prisma, nextjs api code for both apps.
Just trying to figure out a good way to approach this.
Currently:
apps/nextron
app/full-stack.
full-stack has all t3 boiler plate, but I would like to reuse the same trpc, prisma, nextjs api code for both apps.
Just trying to figure out a good way to approach this.
