update app module

This commit is contained in:
2026-06-25 21:32:39 +03:30
parent 2f7958ef2a
commit 5e74ebd27c
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:dev": "NODE_ENV=development nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",