Update Angular launch profile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-16 17:16:00 +02:00
parent b28bc04a53
commit df93f8299f

View File

@@ -3,18 +3,11 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "ng serve", "name": "Launch (Chrome)",
"type": "chrome", "type": "chrome",
"request": "launch", "request": "launch",
"preLaunchTask": "npm: start", "preLaunchTask": "npm: start",
"url": "http://localhost:44200/", "url": "http://localhost:44200/",
},
{
"name": "ng test",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: test",
"url": "http://localhost:9876/debug.html"
} }
] ]
} }