Hey there :wave:, Does anyone know why Prisma req...
# orm-help
r
Hey there 👋, Does anyone know why Prisma requires a reference to the
schema.prisma
file at runtime? I would have assumed that once the client is generated via
prisma generate
and the typescript files are compiled then there would be no need to reference the schema file at all? 🤔 I am asking as I am currently getting the following issue at runtime:
Copy code
Error: ENOENT: no such file or directory, open '...path/schema.prisma'
I assume it is caused by or related to this current issue