added start

This commit is contained in:
2025-10-29 18:10:16 -06:00
parent e6cafdfb78
commit 3317b7bdbe
+1 -2
View File
@@ -8,7 +8,7 @@
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
@@ -28,7 +28,6 @@
"@nestjs/platform-express": "^11.0.1",
"@nestjs/typeorm": "^11.0.0",
"axios": "^1.13.1",
"bcrypt": "^6.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.2",
"mysql2": "^3.15.2",