Skip to content

Commit

Permalink
rename middleware to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Dec 12, 2024
1 parent 218a846 commit d46780d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ export default defineNuxtModule<ModuleOptions>({

// 6. Register middleware for autocomplete in definePageMeta
addRouteMiddleware({
name: 'auth',
path: resolve('./runtime/middleware/auth')
name: 'sidebase-auth',
path: resolve('./runtime/middleware/sidebase-auth')
})

// 7. Add plugin for initial load
Expand Down
File renamed without changes.

0 comments on commit d46780d

Please sign in to comment.