remove redundant files in ui; try to import mainLoop in @bossgeekgo/geek-auto-start-chat-with-boss

This commit is contained in:
bossgeekgo
2024-02-11 22:10:59 +08:00
parent 9594d20bcb
commit 9dce50eb0e
11 changed files with 10 additions and 280 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
main: {
plugins: [externalizeDepsPlugin()]
plugins: [
externalizeDepsPlugin({ exclude: ['@bossgeekgo/geek-auto-start-chat-with-boss'] })
]
},
preload: {
plugins: [externalizeDepsPlugin()]