updated libs and removed vulnerabilities

This commit is contained in:
Kevsl 2024-10-30 21:23:55 +01:00
parent 52e3d54cd3
commit 78dfb636b1

View File

@ -14,7 +14,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"start:prod": "node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",