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