docker update
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-05-30 14:39:23 +03:30
parent 979caa9bda
commit 5fedf00d85
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"start": "nest start dist/main",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node --max-old-space-size=2048 dist/main",
"start:prod": "node --max-old-space-size=2048 dist/src/main.js",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",