1
0
mirror of https://github.com/ZeroCatDev/ClassworksKV.git synced 2025-07-02 04:39:23 +00:00
This commit is contained in:
SunWuyuan 2025-02-23 14:53:29 +08:00
parent 0c8637f663
commit 8c77c3aceb
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -4,7 +4,8 @@
"private": true,
"scripts": {
"start": "node ./bin/www",
"prisma": "prisma db pull && prisma generate"
"prisma": "prisma generate",
"prisma:pull": "prisma db pull"
},
"dependencies": {
"@prisma/client": "6.4.1",