Browse Source

updated HTTP port for debug sessions

develop
Rob Colbert 2 years ago
parent
commit
0043712b19
  1. 2
      .vscode/launch.json

2
.vscode/launch.json

@ -14,7 +14,7 @@
"program": "${workspaceFolder:dtp-social}/dtp-webapp.js",
"console": "integratedTerminal",
"env": {
"HTTP_BIND_PORT": "3010"
"HTTP_BIND_PORT": "3330"
}
},
{

Loading…
Cancel
Save