diff --git a/packages/twenty-front/vite.config.ts b/packages/twenty-front/vite.config.ts index a63e5b709..50b965ed2 100644 --- a/packages/twenty-front/vite.config.ts +++ b/packages/twenty-front/vite.config.ts @@ -21,6 +21,7 @@ export default defineConfig(({ command, mode }) => { typescript: { tsconfigPath: 'tsconfig.app.json', }, + overlay: false, }; if (!isBuildCommand) {