Files
tautkan-kanban/server/node_modules/.prisma/client/deno/edge.d.ts
T
Power BI Dev 88c7c653c2 first init
2026-08-17 10:52:09 +07:00

10 lines
212 B
TypeScript

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 }