From 028648a59debdc15302e1681d331baff1f768f43 Mon Sep 17 00:00:00 2001 From: Josh Daniel Date: Mon, 12 Aug 2024 15:36:52 +0800 Subject: [PATCH] fix(www): update transpiled packages list --- apps/www/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/next.config.mjs b/apps/www/next.config.mjs index d0e234ad..32d8d94b 100644 --- a/apps/www/next.config.mjs +++ b/apps/www/next.config.mjs @@ -12,7 +12,7 @@ const nextConfig = { removeConsole: process.env.NODE_ENV === "production", }, - transpilePackages: ["@umamin/ui", "@umamin/server"], + transpilePackages: ["@umamin/ui", "@umamin/db", "@umamin/gql"], images: { remotePatterns: [ {