79743274

Date: 2025-08-22 10:27:52
Score: 1
Natty:
Report link

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";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tanmay Gupta