After generating the client, is the prisma.schema ...
# prisma-client
j
After generating the client, is the prisma.schema file needed at runtime? I would have guessed no but I'm seeing some error that looks like during instantiation it tries reading it
a
Hey John 👋 , That does not sound expected. If you client has already been generated, we should not need the
schema.prisma
at runtime. It would be great if you could open a bug report with specific reproduction steps or a small repo. Thanks!