fix(api-db): add node type definitions for prisma config

This commit is contained in:
2026-04-04 14:32:55 +08:00
parent 9bd5474401
commit 5d650e00f6
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
},
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/node": "^25.5.2",
"dotenv": "^16.6.1",
"prisma": "^7.6.0"
},