|
@@ -11,7 +11,7 @@
|
|
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"libs/**/*.ts\"",
|
|
|
"start": "nest start",
|
|
|
"start:dev": "nest start --watch",
|
|
|
- "start:debug": "nest start --debug --watch",
|
|
|
+ "start:debug": "nest start --debug 0.0.0.0:9229 --watch",
|
|
|
"start:prod": "node dist/main",
|
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
|
|
"test": "jest",
|