This commit is contained in:
2026-05-20 23:56:43 +03:30
parent 3e4e9e1f77
commit 5087a3e977
11 changed files with 3789 additions and 5326 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"start:0": "nest start dist/main",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start": "node --max-old-space-size=2048 dist/main",
"start": "node --max-old-space-size=2048 dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",