fix(module): augment @nuxt/schema rather than nuxt/schema (#2171)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Daniel Roe
2024-09-10 16:40:48 +01:00
committed by GitHub
parent 3920dbc393
commit ead904fd2f

View File

@@ -23,12 +23,6 @@ type UI = {
[key: string]: any
} & DeepPartial<typeof config, string>
declare module 'nuxt/schema' {
interface AppConfigInput {
// @ts-ignore
ui?: UI
}
}
declare module '@nuxt/schema' {
interface AppConfigInput {
// @ts-ignore