mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-29 20:56:10 +01:00
feat(rc6): update to rc6
This commit is contained in:
parent
18c6912c72
commit
053473a442
54 changed files with 187 additions and 193 deletions
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
|
@ -5,7 +5,12 @@
|
|||
"name": "Launch Chrome against localhost, with sourcemaps",
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"url": "http://localhost:3000",
|
||||
"url": "http://localhost:3000/*",
|
||||
"runtimeArgs": [
|
||||
"--disable-web-security",
|
||||
"--user-data-dir",
|
||||
"--remote-debugging-port=9222"
|
||||
],
|
||||
"sourceMaps": true,
|
||||
"webRoot": "${workspaceRoot}"
|
||||
},
|
||||
|
|
@ -13,7 +18,7 @@
|
|||
"name": "Attach to Chrome, with sourcemaps",
|
||||
"type": "chrome",
|
||||
"request": "attach",
|
||||
"url": "http://localhost:3000",
|
||||
"url": "http://localhost:3000/*",
|
||||
"port": 9222,
|
||||
"sourceMaps": true,
|
||||
"webRoot": "${workspaceRoot}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue