What problem are you trying to solve?
Prisma had this feature, which was great to avoid schema files from becoming too large. I imagine that this is possible using TS contracts, but when using .prisma it doesn't seem to be possible.
Proposed solution
Same as now, but specify a folder instead of file in prisma-next.config.ts
Alternatives considered
No response
Scope and impact
No response
What problem are you trying to solve?
Prisma had this feature, which was great to avoid schema files from becoming too large. I imagine that this is possible using TS contracts, but when using
.prismait doesn't seem to be possible.Proposed solution
Same as now, but specify a folder instead of file in
prisma-next.config.tsAlternatives considered
No response
Scope and impact
No response