Remove Prisma from project

- Remove @prisma/client and prisma dependencies
- Delete prisma schema and database files
- Remove database context from tRPC
- Clean up Prisma-related scripts and environment variables
- Update README to remove Prisma reference

The project no longer requires a database and builds successfully.
This commit is contained in:
Michel Roegl-Brunner
2025-09-11 12:12:44 +02:00
parent a9fec63e88
commit 8ba7526546
8 changed files with 157 additions and 700 deletions

View File

@@ -119,7 +119,6 @@ PVESciptslocal/
│ │ └── page.tsx # Main page
│ └── server/ # Server-side code
│ └── services/ # Business logic services
├── prisma/ # Database schema
├── public/ # Static assets
├── server.js # Main server file
└── package.json # Dependencies and scripts