Skip to content

Commit

Permalink
fix: adjusted path for page meta type
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Jun 2, 2024
1 parent 763ea69 commit c0ddc35
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 @@ -114,7 +114,7 @@ declare module '@nuxt/schema' {
}
}
declare module '${resolver.resolve('./../node_modules/nuxt/dist/pages/runtime/composables')}' {
declare module '${resolver.resolve('./../nuxt/dist/pages/runtime/composables')}' {
interface PageMeta {
/**
* @deprecated Use \`sanctum.excluded\` instead.
Expand Down

0 comments on commit c0ddc35

Please sign in to comment.