OPC # 0001: Extract Clarity into standalone repo

This commit is contained in:
amadzarak
2026-04-25 17:26:35 -04:00
commit 60821e219c
65 changed files with 10203 additions and 0 deletions
@@ -0,0 +1,31 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://clarity.dev.localhost:17052;http://clarity.dev.localhost:15033",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21214",
"ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:23283",
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22072"
}
},
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://clarity.dev.localhost:15033",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19177",
"ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18052",
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20131"
}
}
}
}