Prisma #7 Seed issue
after upgrading to prisma version 7, i can no longer run the seed file
Package.json
after running the command:
4 Replies
You decided to hold for human wisdom. We'll chime in soon! Meanwhile,
#ask-ai is there if you need a quick second opinion.If your "prisma:seed" is in the package.json file then it is expected.
The seed command needs to be in prisma.config.ts file
Could you add the config file like this and then run db seed command?
It should work