feat(db) - update user seeding logic to use bcrypt for password hashing; add peer dependencies in package.json; enhance appointment creation with staff association and skipDuplicates option

This commit is contained in:
2026-02-27 21:44:01 -05:00
parent 4cb7ec7e2e
commit b89084e7cb
3 changed files with 86 additions and 37 deletions

View File

@@ -22,7 +22,9 @@
"prisma-zod-generator": "^2.1.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^22.15.17",
"bcrypt": "^5.1.1",
"prisma": "^7.0.0",
"tsx": "^4.19.4",
"typescript": "^5.8.2"