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