Explorar o código

fix ViteManifestValue

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
88af4e4ac3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/core/src/interfaces/vite.ts

+ 1 - 0
packages/core/src/interfaces/vite.ts

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