Skip to content

Commit

Permalink
fix: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Klesse committed Jun 17, 2024
1 parent 55951e4 commit 23ffa3e
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 @@ -173,7 +173,7 @@ export default defineNuxtModule<ModuleOptions>({
logger.success('[@lenne.tech/nuxt-base] Installed @nuxtjs/apollo');

await installModule(await resolver.resolvePath('@pinia/nuxt'), {
autoImports: ['defineStore'],
autoImports: true,
});

logger.success('[@lenne.tech/nuxt-base] Installed @pinia/nuxt');
Expand Down

0 comments on commit 23ffa3e

Please sign in to comment.