Skip to content

Commit

Permalink
chore: fix auto import bug in ui config
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 10, 2024
1 parent 84cdbe9 commit 9ac7464
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ export const config: UserConfig = {
dirs: ['./client/composables'],
imports: ['vue', 'vue-router', '@vueuse/core'],
injectAtEnd: true,
exclude: [
/node_modules/,
/dist/,
/\.git/,
],
}),
// {
// name: 'debug-html-report',
Expand Down

0 comments on commit 9ac7464

Please sign in to comment.