Skip to content

Commit

Permalink
fix: augment @nuxt/schema rather than nuxt/schema
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 10, 2024
1 parent aaca86c commit dbee83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ export { serverOptions }
},
})

declare module 'nuxt/schema' {
declare module '@nuxt/schema' {
interface AppConfig {
graphqlMiddleware: {
clientCacheEnabled: boolean
Expand Down

0 comments on commit dbee83a

Please sign in to comment.