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