`@prisma/client/runtime` size is big(bigger than rust-engine version)
Hi! I have a question about a preview feature
no-rust-engine
no-rust-engine
. We use Prisma ORM on AWS Lambda function.
I updated Prisma version to 6.14.0 from 6.6.0 and setup configuration to use runtime, hoping that this will reduce the total size. Turned out the size actually increased. As seen in the screenshot, the node_modules size is around 100MB. I narrowed down the directory and found that
runtime
runtime
has many files that are not relevant to the project (we use postgres) should these be removed manually to reduce the total size?