Skip to content

Commit

Permalink
πŸ› think we found it - had the ts extension
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Jan 20, 2025
1 parent f17adfd commit cb58e3f
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 @@ -28,6 +28,6 @@ export default defineNuxtModule<ModuleOptions>({
const resolver = createResolver(import.meta.url)

addPlugin(resolver.resolve('./runtime/plugin'))
addServerPlugin(resolver.resolve('./runtime/nitro.ts'))
addServerPlugin(resolver.resolve('./runtime/nitro'))
},
})

0 comments on commit cb58e3f

Please sign in to comment.