is anyone managing to successfully use `netlify-la...
# orm-help
r
is anyone managing to successfully use
netlify-lambda serve
with Prisma? i can get a yoga server going but if i add
require("prisma-binding");
to the file i will get a
Function invocation failed: Error: Cannot find module "."
@divyendu looks like you have run into this also! https://github.com/divyenduz/yoga-prisma-netlify
👀 1