From c8d8fb20c99242a45ea9538e0377684ff5fc6db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Mon, 11 Aug 2025 13:37:56 +0200 Subject: [PATCH] Fix start twenty-front not working with flat file config (#13816) Use flat file config --- packages/twenty-front/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-front/vite.config.ts b/packages/twenty-front/vite.config.ts index fa0f8c703d3..33bcf0b990b 100644 --- a/packages/twenty-front/vite.config.ts +++ b/packages/twenty-front/vite.config.ts @@ -73,6 +73,7 @@ export default defineConfig(({ command, mode }) => { checkers['eslint'] = { lintCommand: 'eslint ../../packages/twenty-front --max-warnings 0', + useFlatConfig: true, }; }