PrismaP
Prisma2mo ago
5 replies
Chola

Multi Schema files not being detected in ElysiaJS

I have a setup in ElysiaJS where my schema files are inside a directory called models, this has worked all along until Prisma 7, now my data models from other schema files are not being detected in schema.prisma when I generate.

Below is just an example
model User {
id   String
name   String
company   Company   // <= comes from a schema in another file
}
Was this page helpful?