This commit is contained in:
2025-12-14 17:30:54 +01:00
commit c9816297d7
46 changed files with 1756 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"profiles": {
"Candelator.Browser": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7169;http://localhost:5235",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
}
}
}