diff --git a/.vscode/launch.json b/.vscode/launch.json index e8d07e068..90d61a19a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,6 +10,7 @@ "name": "CLI Babel Registry", "stopOnEntry": false, "program": "${workspaceFolder}/debug/bootstrap.js", + "args": ["-l", "0.0.0.0:4873"], "env": { "BABEL_ENV": "registry" }, @@ -71,7 +72,8 @@ "name": "Verdaccio Compiled", "preLaunchTask": "npm: code:build", "program": "${workspaceRoot}/bin/verdaccio", + "args": ["-l", "0.0.0.0:4873"], "console": "integratedTerminal" } ] -} \ No newline at end of file +}