Files
DiunaBI/Frontend/.vscode/launch.json
Michał Zieliński 03cf1a5e07 Frontend launch.json
2023-11-29 20:18:34 +01:00

13 lines
292 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}",
"userDataDir": false
}
]
}