haseakito / funbase

Next generation creators economy platform website
https://funbase.vercel.app
2 stars 0 forks source link

:bug: Fix the seeding database with `prisma` #29

Closed haseakito closed 10 months ago

haseakito commented 10 months ago

Issue

Fix

Follow the official documentation, and copy and paste the code below to package.json

"prisma": {"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed/start.ts"}