diff --git a/prisma/seed.ts b/prisma/seed.ts index 5ce421e..c232946 100644 --- a/prisma/seed.ts +++ b/prisma/seed.ts @@ -1,6 +1,7 @@ import { PrismaClient } from '@prisma/client'; const prisma = new PrismaClient(); + async function main() { await this.prisma.role.create({ name: 'user',