update doc and optimize

This commit is contained in:
thanhnv
2026-07-06 17:47:12 +09:00
parent ace442da0e
commit 4419cd9eae
95 changed files with 2951 additions and 1353 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { PrismaClient } from '@prisma/client';
import bcrypt from 'bcrypt';
import bcrypt from 'bcryptjs';
const prisma = new PrismaClient();