Allow for the web app to be run separately to allow debugging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-15 12:49:31 +02:00
parent 9fb0f584a6
commit 28148e4f69
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
"script": "start",
"options": {
"env": {
"PORT": "4200",
"PORT": "44200",
"services__Vegasco-Server-Api__https__0": "https://localhost:7098",
"NODE_ENV": "development"
}