Switch backend port from 5000 to 5057

Port 5000 caused recurring collisions with stray processes across subagent
runs. 5057 is uncontested in this environment. CORS unaffected (Vite dev
origin is 5173).
This commit is contained in:
EugeneTes
2026-08-15 11:51:23 +00:00
parent a1ac658fce
commit 94fe6d3358
2 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
"backend": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"applicationUrl": "http://localhost:5057",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}