Skip to content

Commit

Permalink
Merge pull request #38 from danielroe/schema-augment
Browse files Browse the repository at this point in the history
fix: augment `@nuxt/schema` rather than `nuxt/schema`
  • Loading branch information
dulnan authored Sep 14, 2024
2 parents aaca86c + dbee83a commit d3f7dc6
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 d3f7dc6

Please sign in to comment.