Allow for the web app to be run separately to allow debugging
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
2
src/Vegasco-Web/.vscode/launch.json
vendored
2
src/Vegasco-Web/.vscode/launch.json
vendored
@@ -7,7 +7,7 @@
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "npm: start",
|
||||
"url": "http://localhost:4200/"
|
||||
"url": "http://localhost:44200/",
|
||||
},
|
||||
{
|
||||
"name": "ng test",
|
||||
|
||||
Reference in New Issue
Block a user