anyone try using a lazy getter for accessing `Pris...
# prisma-client
m
anyone try using a lazy getter for accessing
PrismaClient
? in prisma 3 constructing the client now tries to load the schema.prisma file which I don’t have in my lambda functions that don’t use prisma (but do happen to import the file that constructs the client)