PrismaP
Prisma17mo ago
1 reply
Nutty

snaplet/seed with prismaSchemaFolder

I can't propperly get snaplet/seed to work together with prismaSchemaFolder snaplet/seed will only run when I define
  "prisma": {
    "schema": "prisma/schema/schema.prisma"
  },


in my package.json but this breaks other stuff as it's now pointing to file instead of a directory
Was this page helpful?