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