Little rework
Build Check / build (push) Failing after 18s
Build Check / deploy-coolify (push) Has been skipped
Build Check / push-image (push) Has been skipped

This commit is contained in:
Space-Banane
2026-07-16 23:03:42 +02:00
parent 2045e95929
commit dfbe14d284
62 changed files with 2760 additions and 2380 deletions
+5 -1
View File
@@ -5,13 +5,16 @@
"packageManager": "pnpm@10.30.3",
"scripts": {
"dev": "next dev -p 5173",
"build": "next build",
"build": "prisma generate && next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@danielgtmn/umami-react": "^1.1.6",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"clsx": "^2.1.1",
"dotenv": "^17.4.2",
"framer-motion": "^12.36.0",
"lucide-react": "^0.577.0",
"next": "16.1.6",
@@ -27,6 +30,7 @@
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"prisma": "^7.8.0",
"tailwindcss": "^4",
"typescript": "^5"
}