added prisma and db

This commit is contained in:
PxlLoewe
2025-01-17 00:24:09 +01:00
parent 9315454159
commit 0344e1b51a
5 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "@repo/db",
"version": "0.0.0",
"description": "VAR Databse package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^6.2.1"
}
}