chore: update @prisma/client to version 7.10.0 and add prisma.config.ts for configuration management

- Updated @prisma/client in shared package.json from ^6.0.0 to ^7.10.0.
- Modified stack.md to include generated Prisma client directory and Prisma CLI config file.
- Added prisma.config.ts for managing Prisma configuration, including datasource URL and migrations path.
This commit is contained in:
Jose Selesan
2026-09-04 18:50:02 -03:00
parent dfa7f73ebb
commit 1ec6200ffa
10 changed files with 292 additions and 39 deletions

View File

@@ -1,12 +1,12 @@
// Gruperly - Prisma Schema (PostgreSQL)
generator client {
provider = "prisma-client-js"
provider = "prisma-client"
output = "./generated/prisma"
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
// Auth (Better Auth) - required tables