4 references to DashboardPathEnvVar
aspire (4)
Layout\LayoutDiscovery.cs (3)
78LayoutComponent.Dashboard => Environment.GetEnvironmentVariable(BundleDiscovery.DashboardPathEnvVar), 240if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable(BundleDiscovery.DashboardPathEnvVar))) 242_logger.LogDebug("Dashboard path override from {EnvVar}", BundleDiscovery.DashboardPathEnvVar);
Projects\PrebuiltAppHostServer.cs (1)
291startInfo.Environment[BundleDiscovery.DashboardPathEnvVar] = dashboardExe;