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 432af39 commit 9aea369Copy full SHA for 9aea369
content/800-guides/230-betterauth-nextjs.mdx
@@ -133,7 +133,7 @@ touch src/lib/prisma.ts
133
Set up the Prisma client like this:
134
135
```tsx file=src/lib/prisma.ts
136
-import { PrismaClient } from "@/generated/prisma/client";
+import { PrismaClient } from "@/src/generated/prisma/client";
137
import { PrismaPg } from "@prisma/adapter-pg";
138
139
const adapter = new PrismaPg({
0 commit comments