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