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

@@ -16,7 +16,7 @@
"zod": "^3.24.0"
},
"devDependencies": {
"@prisma/client": "^6.0.0",
"@prisma/client": "^7.10.0",
"typescript": "^5.7.0"
}
}