Upgrade Prisma to v7
This commit is contained in:
parent
54343f61d5
commit
307a291c71
54 changed files with 34750 additions and 243 deletions
|
|
@ -2,7 +2,7 @@ import { NextResponse } from "next/server"
|
|||
|
||||
import { hashPassword } from "better-auth/crypto"
|
||||
import { ConvexHttpClient } from "convex/browser"
|
||||
import type { UserRole } from "@prisma/client"
|
||||
import type { UserRole } from "@/lib/prisma"
|
||||
import type { Id } from "@/convex/_generated/dataModel"
|
||||
|
||||
import { prisma } from "@/lib/prisma"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue