Skip to content

Commit

Permalink
chore: fix path of import
Browse files Browse the repository at this point in the history
  • Loading branch information
giraud florent committed Jun 19, 2023
1 parent 6d4fa8d commit 926d239
Show file tree
Hide file tree
Showing 3 changed files with 5,439 additions and 5,439 deletions.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default defineNuxtModule<ModuleOptions>({
// Transpile runtime
nuxt.options.build.transpile.push(runtimeDir)

addPlugin(resolver.resolve(runtimeDir, 'plugins', 'supabase.client'))
addPlugin(resolver.resolve(runtimeDir, 'plugins', 'stripe.client'))
addImportsDir(resolver.resolve('./runtime/composables'))

nuxt.hook('nitro:config', (nitroConfig) => {
Expand Down
File renamed without changes.
Loading

0 comments on commit 926d239

Please sign in to comment.