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 4eace41 commit 371501eCopy full SHA for 371501e
_official-jokes/app/utils/db.server.ts
@@ -4,6 +4,5 @@ import { singleton } from "./singleton.server";
4
5
// Hard-code a unique key, so we can look up the client when this module gets re-imported
6
const db = singleton("prisma", () => new PrismaClient());
7
-db.$connect();
8
9
export { db };
0 commit comments