Skip to content

Commit

Permalink
fix: augment @nuxt/schema rather than nuxt/schema (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Oct 18, 2024
1 parent 7d2ba2b commit 0112812
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/vue-query-nuxt/src/nuxt-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,4 @@ declare module "@nuxt/schema" {
}
}

declare module "nuxt/schema" {
interface PublicRuntimeConfig {
vueQuery: VueQueryOptions
}
}

export {}

0 comments on commit 0112812

Please sign in to comment.