This commit is contained in:
+3
-3
@@ -11,7 +11,7 @@
|
||||
"start:nest": "nest start",
|
||||
"start:dev": "nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"start": "NODE_ENV=production node --trace-warnings dist/main",
|
||||
"start": "NODE_ENV=production node --trace-warnings dist/src/main",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"test": "jest",
|
||||
@@ -57,7 +57,7 @@
|
||||
"@nestjs/throttler": "^6.4.0",
|
||||
"@nestjs/websockets": "^11.1.3",
|
||||
"axios": "^1.10.0",
|
||||
"bcrypt": "^5.1.1",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"bullmq": "^5.56.1",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.2",
|
||||
@@ -86,7 +86,7 @@
|
||||
"@nestjs/testing": "^11.1.3",
|
||||
"@swc/cli": "^0.6.0",
|
||||
"@swc/core": "^1.12.9",
|
||||
"@types/bcrypt": "^5.0.2",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.16.0",
|
||||
"@types/nodemailer": "^6.4.17",
|
||||
|
||||
Reference in New Issue
Block a user