diff --git a/pkgs/utils/prisma.ts b/pkgs/utils/prisma.ts index cab0df6..dff5d49 100644 --- a/pkgs/utils/prisma.ts +++ b/pkgs/utils/prisma.ts @@ -12,7 +12,7 @@ export const preparePrisma = async () => { const { PrismaClient } = await import("../../app/db/db"); g.db = new PrismaClient(); } catch (e) { - console.log("Prisma not initialized"); + console.log("Prisma not initialized", e); } }