Sửa lỗi backend để chạy phần đăng ký
This commit is contained in:
+6
-1
@@ -15,13 +15,17 @@
|
||||
"dependencies": {
|
||||
"@nestjs/common": "^11.1.26",
|
||||
"@nestjs/core": "^11.1.26",
|
||||
"@nestjs/passport": "^11.0.5",
|
||||
"@nestjs/platform-express": "^11.1.26",
|
||||
"@prisma/adapter-pg": "^7.8.0",
|
||||
"@prisma/client": "^7.8.0",
|
||||
"bcrypt": "^5.1.1",
|
||||
"date-fns": "^2.30.0",
|
||||
"dotenv": "^16.3.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"lucide-react": "^0.284.0",
|
||||
"passport": "^0.7.0",
|
||||
"passport-jwt": "^4.0.1",
|
||||
"pg": "^8.11.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
@@ -36,6 +40,7 @@
|
||||
"@types/bcrypt": "^5.0.2",
|
||||
"@types/leaflet": "^1.9.12",
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/passport-jwt": "^4.0.1",
|
||||
"@types/pg": "^8.10.0",
|
||||
"@types/react": "^18.3.12",
|
||||
"@vitejs/plugin-react": "^6.0.2",
|
||||
@@ -44,7 +49,7 @@
|
||||
"prisma": "^7.8.0",
|
||||
"tailwindcss": "^4.3.1",
|
||||
"tsx": "^4.0.0",
|
||||
"typescript": "^5.0.0",
|
||||
"typescript": "^5.7.0",
|
||||
"vite": "^8.0.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user