added prisma + nextAuth

This commit is contained in:
PxlLoewe
2025-01-18 00:36:10 +01:00
parent 0344e1b51a
commit 2f8424e56c
35 changed files with 12124 additions and 125 deletions

View File

@@ -4,7 +4,12 @@
"description": "VAR Databse package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"db:generate": "npx prisma generate",
"db:migrate": "npx prisma migrate dev --skip-generate",
"db:deploy": "npx prisma migrate deploy"
},
"exports": {
".": "./src/index.ts"
},
"author": "",
"license": "ISC",