3 references to StaticWebAssetEndpointsBuildManifestPath
Aspire.Hosting.Blazor (3)
BlazorWasmAppBuilder.cs (3)
97|| string.IsNullOrEmpty(props.StaticWebAssetEndpointsBuildManifestPath) 101props?.StaticWebAssetEndpointsBuildManifestPath, props?.StaticWebAssetDevelopmentManifestPath); 106var endpoints = Path.GetFullPath(Path.Combine(projectDir, props.StaticWebAssetEndpointsBuildManifestPath));