mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 11:40:25 +00:00
chore: clean vite cache
This commit is contained in:
parent
b7e47f81a9
commit
d2a0be3c02
2 changed files with 6 additions and 1 deletions
|
|
@ -22,6 +22,10 @@ export default defineConfig(({ command, mode }) => {
|
|||
'@': path.join(__dirname, 'src')
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: ['@stackframe/react'],
|
||||
force: true,
|
||||
},
|
||||
plugins: [
|
||||
react(),
|
||||
electron({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue