fix(node): change the default port to 0 for node:execute
ISSUES CLOSED: #1728
This commit is contained in:
parent
564ff5a642
commit
1cc9dd6bb7
@ -36,7 +36,7 @@ Ensures the app is starting with debugging
|
||||
|
||||
### port
|
||||
|
||||
Default: `7777`
|
||||
Default: `0`
|
||||
|
||||
Type: `number`
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ Ensures the app is starting with debugging
|
||||
|
||||
### port
|
||||
|
||||
Default: `7777`
|
||||
Default: `0`
|
||||
|
||||
Type: `number`
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ Ensures the app is starting with debugging
|
||||
|
||||
### port
|
||||
|
||||
Default: `7777`
|
||||
Default: `0`
|
||||
|
||||
Type: `number`
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
},
|
||||
"port": {
|
||||
"type": "number",
|
||||
"default": 7777,
|
||||
"default": 0,
|
||||
"description": "The port to inspect the process on. Setting port to 0 will assign random free ports to all forked processes."
|
||||
},
|
||||
"watch": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user