Merge pull request #8 from josedario87/feat/shared-prisma-schema

Refactor: Centralize Prisma schema and restrict DB access
This commit is contained in:
josedario87
2025-05-30 17:40:31 -06:00
committed by GitHub
26 changed files with 381 additions and 243 deletions

View File

@@ -14,7 +14,8 @@
"axios": "^1.9.0",
"pinia": "^3.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
"vue-router": "^4.5.1",
"@empresa/prisma-schema": "1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.2",