From 200a7f3690c86745f8b4102033ea4ee9c3c57558 Mon Sep 17 00:00:00 2001 From: Thibault Le Ouay Date: Wed, 16 Oct 2024 20:58:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=8F=20fix=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index e96f1c46cc..94d80ff022 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -11,7 +11,7 @@ const nextConfig = { "@react-email/components", "@react-email/render", "@google-cloud/tasks", - // "@libsql/client", + "@libsql/client", // "better-sqlite3" ], optimizePackageImports: ["@tremor/react"],