Skip to content

Commit

Permalink
fix: use resolved path for augmented types when using pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Jul 25, 2024
1 parent 0cd2d51 commit 050c006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ declare module '@nuxt/schema' {
}
}
declare module '../../node_modules/nuxt/dist/pages/runtime/composables' {
declare module '${resolver.resolve('../node_modules/nuxt/dist/pages/runtime/composables')}' {
interface PageMeta {
/**
* Sanctum global middleware page configuration.
Expand Down

0 comments on commit 050c006

Please sign in to comment.