mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 01:15:58 +00:00
fix(schema): fix typo for import.meta.globEager
(#2243)
This commit is contained in:
parent
d52acbffd8
commit
af6f91e8fe
@ -25,5 +25,5 @@ export interface ViteImportMeta {
|
||||
glob?(pattern: string): Record<string, () => Promise<Record<string, any>>>
|
||||
|
||||
/** vite glob import utility - https://vitejs.dev/guide/features.html#glob-import */
|
||||
globeager?(pattern: string): Record<string, Record<string, any>>
|
||||
globEager?(pattern: string): Record<string, Record<string, any>>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user