Skip to content

Commit

Permalink
Merge pull request #100 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
Maiquu authored Sep 11, 2024
2 parents a5d495c + 9bf66c3 commit 834d0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template/shims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ declare module '${moduleName}' {
}
}
declare module 'nuxt/schema' {
declare module '@nuxt/schema' {
interface AppConfigInput {
[${JSON.stringify(context.options.appConfigKey)}]?: import("nuxt-quasar-ui").QuasarUIConfiguration
}
Expand Down

0 comments on commit 834d0ff

Please sign in to comment.