@@ -2,6 +2,7 @@ export type ViteManifestValue = {
file: string,
src: string,
isEntry?: boolean,
+ css?: string[],
}
export type ViteManifest = {