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,6 +4,7 @@
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"migrate": "turbo db:migrate",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},