mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
fix(schema): mark configFile
as required in layer type
This commit is contained in:
parent
088beaa90b
commit
3bbcd7d218
@ -67,6 +67,7 @@ export type NuxtConfigLayer = ResolvedConfig<NuxtConfig & {
|
||||
rootDir: ConfigSchema['rootDir']
|
||||
}> & {
|
||||
cwd: string
|
||||
configFile: string
|
||||
}
|
||||
|
||||
export interface NuxtBuilder {
|
||||
|
Loading…
Reference in New Issue
Block a user