You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { PrismaClient, Prisma } from "@prisma/client";
Prisma is not exported when installed fresh. Only after the generator is run does it expose Prisma. But can't run generator without first building. Maybe this is more a prisma issue?
The text was updated successfully, but these errors were encountered:
I'll add a postinstall script as suggested with the next release (later today), which will also resolve an issue I've introduced with 1.0.0-beta.52 in regards to accessing Prisma client from inside a custom resolver.
import { PrismaClient, Prisma } from "@prisma/client";
Prisma is not exported when installed fresh. Only after the generator is run does it expose Prisma. But can't run generator without first building. Maybe this is more a prisma issue?
The text was updated successfully, but these errors were encountered: