mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
fix(schema): mark configFile
as required in layer type
This commit is contained in:
parent
e0638856c1
commit
63ea27c004
@ -68,6 +68,7 @@ export type NuxtConfigLayer = ResolvedConfig<NuxtConfig & {
|
||||
rootDir: ConfigSchema['rootDir']
|
||||
}> & {
|
||||
cwd: string
|
||||
configFile: string
|
||||
}
|
||||
|
||||
export interface NuxtBuilder {
|
||||
|
Loading…
Reference in New Issue
Block a user