Skip to content

Commit

Permalink
💚 Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static committed Dec 21, 2023
1 parent 8e8f4a9 commit 79a4bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
"publish": false
}
}
}
}
2 changes: 1 addition & 1 deletion src/vue/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
import { resolve } from 'path';
import AutoImport from 'unplugin-auto-import/vite';
import Components from 'unplugin-vue-components/dist/vite.mjs';
import Components from 'unplugin-vue-components/vite';
import { TDesignResolver } from 'unplugin-vue-components/resolvers';

// https://vitejs.dev/config/
Expand Down

0 comments on commit 79a4bc7

Please sign in to comment.