Files

10 lines
212 B
TypeScript
Raw Permalink Normal View History

2026-02-04 00:11:19 +05:00
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 }