79746172

Date: 2025-08-25 20:40:50
Score: 1.5
Natty:
Report link

Check the generated output variable in the schema.prisma file and the location from where u are importing prisma client. In my case I located where the edge.d.ts file was and it was in the src/generated/prisma .

import { PrismaClient } from '../src/generated/prisma/edge'
generator client {
  provider = "prisma-client-js"
  output   = "../src/generated/prisma"
}

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abhay Patil