This commit is contained in:
hailin 2025-11-24 02:31:30 -08:00
parent 8e3aa0e794
commit 015f314907
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"private": true,
"license": "UNLICENSED",
"prisma": {
"schema": "prisma/schema.prisma"
"schema": "prisma/schema.prisma",
"seed": "ts-node prisma/seed.ts"
},
"scripts": {
"build": "nest build",