Minor fixes #5

This commit is contained in:
Marek Lesko
2025-08-01 08:38:44 +02:00
parent 0ab0402172
commit 2f86edb5e6
3 changed files with 11 additions and 10 deletions

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
"webRoot": "${workspaceFolder}/Web"
}
]
}