79583476

Date: 2025-04-20 15:09:04
Score: 1
Natty:
Report link
In schema.prisma file
generator client {
  provider = "prisma-client-js"
  output   = "../src/generated/prisma" // notice that
}

In auth.ts file, import PrismaClient

import { PrismaClient } from "../src/generated/prisma"; // notice that
Both will be the same.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nurul Islam