feat: disable debugger
This commit is contained in:
parent
4622c010da
commit
13fdd889da
|
|
@ -37,7 +37,8 @@
|
|||
"executor": "@nx/js:node",
|
||||
"defaultConfiguration": "development",
|
||||
"options": {
|
||||
"buildTarget": "backend:build"
|
||||
"buildTarget": "backend:build",
|
||||
"inspect": false
|
||||
},
|
||||
"configurations": {
|
||||
"development": {
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
"defaultConfiguration": "development",
|
||||
"options": {
|
||||
"buildTarget": "commands:build",
|
||||
"inspect": false,
|
||||
"command": "cd dist/apps/commands && node main.js"
|
||||
},
|
||||
"configurations": {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@
|
|||
"executor": "@nx/js:node",
|
||||
"defaultConfiguration": "development",
|
||||
"options": {
|
||||
"buildTarget": "workers:build"
|
||||
"buildTarget": "workers:build",
|
||||
"inspect": false
|
||||
},
|
||||
"configurations": {
|
||||
"development": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue