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, "private": true,
"license": "UNLICENSED", "license": "UNLICENSED",
"prisma": { "prisma": {
"schema": "prisma/schema.prisma" "schema": "prisma/schema.prisma",
"seed": "ts-node prisma/seed.ts"
}, },
"scripts": { "scripts": {
"build": "nest build", "build": "nest build",