Fixed launch
This commit is contained in:
parent
e2fe308667
commit
7c174c5c3a
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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/#"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue