Using Prisma with fastify in create-t3-turbo
I am trying to setup a project based on create-t3-turbo so that I can share my prisma configuration between my nextjs app and fastify.
I have managed to get the project working locally, but when i build and run the fastify server i get the following error:
4 Replies
need to set to module in package.json
would that be in the prisma package?
GitHub
GitHub - fmonper1/catalyst-monorepo
Contribute to fmonper1/catalyst-monorepo development by creating an account on GitHub.
this is the monorepo code
I've had a look at similar setups with turborepo and fastify/express but I cant seem to find the difference
https://github.com/maybemaby/fastify-next-starter/blob/main/apps/api/package.json
https://github.com/The-Zagy/zagy-blog/tree/main