mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
Fix vite.config duplicate cache configuration
This commit is contained in:
@@ -38,8 +38,6 @@ export default defineConfig(() => {
|
||||
hmr: { port: 3002 },
|
||||
},
|
||||
|
||||
cacheDir: './node_modules/.vite',
|
||||
|
||||
plugins: [viteManifestHack, crx({ manifest }), react(), tsconfigPaths()],
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user