Skip to content

Commit

Permalink
fix: resolve double import warning for composables
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Oct 9, 2024
1 parent 2718baa commit 0b3e01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default defineConfig({
imports: ['vue', '@vueuse/core', { '@vueuse/shared': ['get', 'set'] }],
dts: './auto-imports.d.ts',
dirs: [
'src/composables/**',
'src/composables/**/!(theme.ts|icons.ts|breakpoint.ts)',
'src/utils/**',
],
vueTemplate: true,
Expand Down

0 comments on commit 0b3e01c

Please sign in to comment.