mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
21 lines
538 B
JSON
21 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}"
|
|
}
|
|
]
|
|
}
|