MyToolKit / ui /node_modules /@prisma /client /scripts /default-deno-edge.ts
Aero-Ex's picture
Add files using upload-large-folder tool
f5e4fdb verified
Raw
History Blame Contribute Delete
212 Bytes
class PrismaClient {
constructor() {
throw new Error(
'@prisma/client/deno/edge did not initialize yet. Please run "prisma generate" and try to import it again.',
)
}
}
export { PrismaClient }