79592713

Date: 2025-04-25 14:31:32
Score: 1.5
Natty:
Report link

the Schema.prisma was given that the output link like this

generator client {
  provider = "prisma-client-js"
  output   = "../lib/generated/prisma"
  
}

remove the output = "../lib/generated/prisma"

generator client {
  provider = "prisma-client-js"
  
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Saif Sabry