Skip to content

Commit 9aea369

Browse files
authored
fix: update path for generated prisma client to match the rest of the code
1 parent 432af39 commit 9aea369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/800-guides/230-betterauth-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ touch src/lib/prisma.ts
133133
Set up the Prisma client like this:
134134

135135
```tsx file=src/lib/prisma.ts
136-
import { PrismaClient } from "@/generated/prisma/client";
136+
import { PrismaClient } from "@/src/generated/prisma/client";
137137
import { PrismaPg } from "@prisma/adapter-pg";
138138

139139
const adapter = new PrismaPg({

0 commit comments

Comments
 (0)