Ryan Gibbs
02/15/2022, 2:33 PMschema.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:
Error: ENOENT: no such file or directory, open '...path/schema.prisma'
I assume it is caused by or related to this current issue