Is the `schema.prisma` still required at runtime? ...
# orm-help
n
Is the
schema.prisma
still required at runtime? Can I exclude the
prisma
directory?
n
why would you want to
r
After
prisma generate
I don’t think it is required at runtime, but I would need to check to confirm.
n
@n I exclude everything that is not required at runtime in my prod container.
I can now confirm that the prisma directory is still required at runtime.
👍 1