I had this in my schema.prisma generator client instead of removing it.
output = "../app/generated/prisma"
I change the below like this. import { PrismaClient } from '@prisma/client' import { PrismaClient } from "../../generated/prisma";