feat: 升级prisma

This commit is contained in:
mazxd
2025-05-11 15:36:52 +08:00
parent 60aac8c818
commit 677e0a96d6
4 changed files with 1194 additions and 38 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "prisma-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@prisma/client": "^6.7.0",
"prisma": "^6.7.0"
}
}