mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-01 15:18:50 +01:00
22 lines
538 B
JSON
22 lines
538 B
JSON
|
|
{
|
||
|
|
"version": "0.2.0",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"type": "chrome",
|
||
|
|
"request": "launch",
|
||
|
|
"name": "Launch Chrome against localhost",
|
||
|
|
"url": "http://localhost:4200",
|
||
|
|
"sourceMaps": true,
|
||
|
|
"webRoot": "${workspaceRoot}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "chrome",
|
||
|
|
"request": "attach",
|
||
|
|
"name": "Attach to Chrome",
|
||
|
|
"port": 9222,
|
||
|
|
"sourceMaps": true,
|
||
|
|
"webRoot": "${workspaceRoot}"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|