Skip to content

Commit

Permalink
fix: hardcode absolute path to node_modules for page meta
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Jun 2, 2024
1 parent 0ad2e08 commit eb0d555
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('./../nuxt/dist/pages/runtime/composables')}' {
declare module '../../nuxt/dist/pages/runtime/composables' {
interface PageMeta {
/**
* @deprecated Use \`sanctum.excluded\` instead.
Expand Down

0 comments on commit eb0d555

Please sign in to comment.