Fixed launch

This commit is contained in:
Luca Frosini 2019-10-17 15:47:13 +02:00
parent e2fe308667
commit 7c174c5c3a
2 changed files with 5 additions and 13 deletions

12
.vscode/launch.json vendored
View File

@ -4,21 +4,13 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Chrome 127.0.0.1 (2)",
"type": "chrome",
"request": "launch",
"port": 9281,
"webRoot": "${workspaceFolder}",
"url": "http://127.0.0.1:39447/p/is-monitor/is-monitor-frontend/src/index.html?_cmAuth\u003dwfreghlipl"
},
{
"name": "Launch Chrome 127.0.0.1",
"type": "chrome",
"request": "launch",
"port": 9225,
"port": 9240,
"webRoot": "${workspaceFolder}",
"url": "http://127.0.0.1:39447/p/is-monitor/is-monitor-frontend/src/app/app.component.html?_cmAuth\u003dwfreghlipl"
"url": "http://127.0.0.1:4200"
}
]
}

View File

@ -5,12 +5,12 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch Chrome localhost",
"name": "Launch Chrome is-monitor-frontend on Angular CLI Server",
"type": "chrome",
"request": "launch",
"port": 9276,
"port": 9225,
"webRoot": "${workspaceFolder}",
"url": "http://localhost:4200/"
"url": "http://localhost:4200/#"
}
]
}