I have a mono-repo project, created two packages with different schemas that I will be using in my projects After generating client and opening
schema.prisma
schema.prisma
I have errors about duplicated values inside schema, screenshot:
Both packages generated clients doesn't intersect with each other, both generated clients lay in different folders. As I'm understand it's just not major error because I can use generated clients, all work fine but those errors are annoying. I think that they occure because of prisma server.