Skip to content

Commit

Permalink
fix(module): augment @nuxt/schema rather than nuxt/schema (#2171)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Canac <[email protected]>
  • Loading branch information
danielroe and benjamincanac authored Sep 10, 2024
1 parent 3920dbc commit ead904f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ead904f

Please sign in to comment.