Moving Prisma Schema To Its Own Package in a Turborepo
Hello!
I would like to move my prisma schema into its own package within a monorepo using turborepo. I have the monorepo up and running already, but was wondering if it is as simple as moving the prisma folder into the packages directory or if there is something else I have to do. Thanks!
3 Replies
bump
Have you looked at this: https://turbo.build/repo/docs/handbook/tools/prisma#guide
I did, but was not sure how that plays into the way ct3a does stuff with passing around prisma in the TRPC context and importing it from
db.ts