Alright it’s time for another library! This time, we’re going to go with another well-named piece of technology: prisma-trpc-generator.
generator trpc {
provider = "prisma-trpc-generator"
withZod = true
withMiddleware = false
withShield = false
contextPath = "../src/context"
trpcOptionsPath = "../src/trpcOptions"
}