Barak Cohen
01/21/2021, 4:01 PMprisma db seed
when prisma is in a custom folder? we're using nx to manage our monorepo and i can't find a flag to customize the pathAlberto Perdomo
Barak Cohen
01/21/2021, 4:30 PMAlberto Perdomo
package.json
and call npm run seed
, but it will obviously not be triggered when Prisma Migrate resets the database. You will have to call it manually.Alberto Perdomo
Barak Cohen
01/22/2021, 4:02 PM