pub fn all_server_paths(
assets: Vc<OutputAssets>,
node_root: FileSystemPath,
) -> Vc<ServerPaths>
Expand description
Return a list of all server paths with filename and hash for all output
assets references from the assets
list. Server paths are identified by
being inside node_root
.