I have a setup in which my prisma.schema file is in an internal package. I would love to be able to use prismaPath to point to it, but when I do that, the serverless-webpack-prisma code thinks that that's the directory where the .webpack generate folder lives: https://github.com/danieluhm2004/serverless-webpack-prisma/blob/main/src/index.js#L45
This should be an easy one - can we separate out these two paths to make each its own configurable option?
I have a setup in which my prisma.schema file is in an internal package. I would love to be able to use
prismaPath
to point to it, but when I do that, theserverless-webpack-prisma
code thinks that that's the directory where the.webpack
generate folder lives: https://github.com/danieluhm2004/serverless-webpack-prisma/blob/main/src/index.js#L45This should be an easy one - can we separate out these two paths to make each its own configurable option?