From 5975cff83ef9a64d56863c885d4b544f4b2cc8d7 Mon Sep 17 00:00:00 2001 From: David Rouyer Date: Tue, 15 Oct 2024 19:35:19 +0200 Subject: [PATCH] fix(ci): fix build --- apps/web/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app.config.ts b/apps/web/app.config.ts index 5622465d4..eb2755e28 100644 --- a/apps/web/app.config.ts +++ b/apps/web/app.config.ts @@ -12,7 +12,7 @@ const app = defineConfig({ preset: 'vercel', }, vite: { - plugins: () => [ + plugins: [ tsConfigPaths({ projects: ['./tsconfig.json'], }),