pub type ViteManifest<'a> = HashMap<Cow<'a, str>, ManifestChunk<'a>>;
Type of .vite/manifest.json.
.vite/manifest.json
pub struct ViteManifest<'a> { /* private fields */ }