Unexpected "export *" warning with Prisma 6.16 in monorepo setup
Hello 
I’m working in a monorepo with Prisma (v6.16.0) and since updating, my dev server is spammed with the following warning:
Repository setup
- Monorepo with Turborepo
- Structure :
- schema.prisma (packages/database/prisma/schema.prisma):
- packages/database/index.ts:
- Example usage:
I’m working in a monorepo with Prisma (v6.16.0) and since updating, my dev server is spammed with the following warning:
Repository setup
- Monorepo with Turborepo
- Structure :
- schema.prisma (packages/database/prisma/schema.prisma):
- packages/database/index.ts:
- Example usage: