Update launch configurations
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:
7
src/Vegasco-Web/.vscode/tasks.json
vendored
7
src/Vegasco-Web/.vscode/tasks.json
vendored
@@ -5,6 +5,13 @@
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "start",
|
||||
"options": {
|
||||
"env": {
|
||||
"PORT": "4200",
|
||||
"services__Vegasco-Server-Api__https__0": "https://localhost:7098",
|
||||
"NODE_ENV": "development"
|
||||
}
|
||||
},
|
||||
"isBackground": true,
|
||||
"problemMatcher": {
|
||||
"owner": "typescript",
|
||||
|
||||
Reference in New Issue
Block a user