changed app port to not conflict with backend

This commit is contained in:
2024-04-22 10:12:19 +02:00
parent ac52ada13c
commit 1914d6bb83
2 changed files with 1 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
"launchUrl": "index.html", "launchUrl": "index.html",
"dotnetRunMessages": "true", "dotnetRunMessages": "true",
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000", "applicationUrl": "https://localhost:5003;http://localhost:5002",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

View File

@@ -4,8 +4,4 @@
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
</Project> </Project>