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:
@@ -4,7 +4,7 @@
|
||||
"backend": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": false,
|
||||
"applicationUrl": "http://localhost:5000",
|
||||
"applicationUrl": "http://localhost:5057",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user