We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d4751 commit 6a7f6e2Copy full SHA for 6a7f6e2
1 file changed
utils/db.ts
@@ -4,6 +4,7 @@ const prismaClientSingleton = () => {
4
return new PrismaClient();
5
};
6
7
+con
8
type PrismaClientSingleton = ReturnType<typeof prismaClientSingleton>;
9
10
const globalForPrisma = globalThis as unknown as {
0 commit comments