Skip to content
Snippets Groups Projects

Base Href

11 files
+ 338
604
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 2
2
@@ -12,7 +12,7 @@
"type": "msedge",
"request": "launch",
"name": "Debug with Edge",
"url": "http://localhost:4200",
"url": "http://localhost:4200/nshmp/",
"preLaunchTask": "Start applications",
"webRoot": "${workspaceFolder}"
},
@@ -21,7 +21,7 @@
"type": "chrome",
"request": "launch",
"name": "Debug with Chrome",
"url": "http://localhost:4200",
"url": "http://localhost:4200/nshmp/",
"preLaunchTask": "Start applications",
"webRoot": "${workspaceFolder}"
}
Loading