chore: sets the dev port to 42001 for the api

This commit is contained in:
2026-01-27 14:13:11 -05:00
parent 9d0fb7eb4c
commit 40ea3f45fd

View File

@@ -5,7 +5,7 @@
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": false, "launchBrowser": false,
"applicationUrl": "https://127.0.0.1:0", "applicationUrl": "https://127.0.0.1:42001",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }