Skip to content

Commit

Permalink
fix: augment @nuxt/schema rather than nuxt/schema (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Sep 10, 2024
1 parent d9768d8 commit 274f04e
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 @@ -63,7 +63,7 @@ export default defineNuxtModule<ModuleOptions>({
},
})

declare module 'nuxt/schema' {
declare module '@nuxt/schema' {
interface PublicRuntimeConfig {
piniaPluginPersistedstate: ModuleOptions
}
Expand Down

0 comments on commit 274f04e

Please sign in to comment.