build(webapi): update publish artifacts and switch to port 5001

Adjust published appsettings.json to listen on http://localhost:5001 and refresh
static web assets + DLL after rebuild.
This commit is contained in:
2025-10-28 18:18:45 -04:00
parent 86500af544
commit a7d4f352b7
3 changed files with 6 additions and 2 deletions

View File

@@ -1 +1,5 @@
{"Version":1,"ManifestType":"Publish","Endpoints":[]}
{
"Version": 1,
"ManifestType": "Publish",
"Endpoints": []
}