X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=webapp-frontend%2F.vscode%2Flaunch.json;h=e432bcb28f98ae43e2fd5894c4666a4cde80376a;hb=b5b007356c7bd5bf9f4b99be9d748310dcf3987e;hp=a67e9316bd56fb47634abfbe38ca613ef60a9d14;hpb=f21ddbbc041b9e65328a225dbecf51867887fa1c;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/.vscode/launch.json b/webapp-frontend/.vscode/launch.json index a67e931..e432bcb 100644 --- a/webapp-frontend/.vscode/launch.json +++ b/webapp-frontend/.vscode/launch.json @@ -5,7 +5,14 @@ "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", - "url": "http://localhost:9876", + "url": "http://localhost:4200", + "webRoot": "${workspaceFolder}" + }, + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against docker", + "url": "http://localhost:8080", "webRoot": "${workspaceFolder}" }, {