ShoppingApp/Weifer.ShoppingApp.Frontend_/.vscode/launch.json

20 lines
399 B
JSON
Raw Normal View History

2024-02-25 17:04:23 +01:00
{
"version": "0.2.0",
"configurations": [
{
"type": "edge",
"request": "launch",
"name": "localhost (Edge)",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "localhost (Chrome)",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
}
]
}