We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7135518 commit 538be1fCopy full SHA for 538be1f
packages/db/src/index.ts
@@ -3,7 +3,6 @@ import { PrismaClient } from "@prisma/client";
3
const prismaClientSingleton = () => {
4
return new PrismaClient();
5
};
6
-
7
type PrismaClientSingleton = ReturnType<typeof prismaClientSingleton>;
8
9
// eslint-disable-next-line
0 commit comments