Fix resource name to be a valid Aspire resource name

This commit is contained in:
2025-06-24 20:35:26 +02:00
parent 5e084ab0a8
commit 4b377ce9f4
5 changed files with 6 additions and 6 deletions

View File

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