79242447

Date: 2024-12-01 20:54:12
Score: 1
Natty:
Report link

Check to see if in your package.json file "prisma.schema" is pointing at the directory and not the "prisma.schema" file:

from:

"prisma": {
    "schema": "./prisma/schema/schema.prisma"
},

to:

"prisma": {
    "schema": "./prisma/schema"
},
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: BloodOwl