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 c926e10 commit 5c4caf8Copy full SHA for 5c4caf8
apps/cli/templates/db/prisma/postgres/src/db/index.ts.hbs
@@ -1,5 +1,5 @@
1
import { PrismaClient } from "../../prisma/generated/client";
2
-{{#if (or (eq dbSetup "prisma-postgres") (eq orm "prisma"))}}
+{{#if (and (eq dbSetup "prisma-postgres") (eq orm "prisma"))}}
3
import { withAccelerate } from "@prisma/extension-accelerate";
4
5
const prisma = new PrismaClient().$extends(withAccelerate());
0 commit comments