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

This commit is contained in:
2025-06-15 12:33:52 +02:00
parent edafe0e4ec
commit 9fb0f584a6
2 changed files with 9 additions and 2 deletions

View File

@@ -5,6 +5,13 @@
{ {
"type": "npm", "type": "npm",
"script": "start", "script": "start",
"options": {
"env": {
"PORT": "4200",
"services__Vegasco-Server-Api__https__0": "https://localhost:7098",
"NODE_ENV": "development"
}
},
"isBackground": true, "isBackground": true,
"problemMatcher": { "problemMatcher": {
"owner": "typescript", "owner": "typescript",

View File

@@ -4,8 +4,8 @@
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "run-script-os", "start": "run-script-os",
"start:win32": "ng serve --port %PORT%", "start:win32": "ng serve --port %PORT% --configuration development",
"start:default": "ng serve --port $PORT", "start:default": "ng serve --port $PORT --configuration development",
"build": "ng build", "build": "ng build",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "ng test" "test": "ng test"