app crashing while using pm2 with prisma
While using pm2, it crashes with that message when creating a record.
New to prisma, what I did wrong?
New to prisma, what I did wrong?


generator client {
provider: "prisma-client-js",
engineType: "binary"
}