pub type ViteManifest<S = String> = HashMap<S, ManifestChunk<S>>;
Type of .vite/manifest.json.
.vite/manifest.json
pub struct ViteManifest<S = String> { /* private fields */ }