From 571f3fda4ee1062c898754beed50cb0d2d9b7475 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Sat, 2 Jul 2022 04:49:09 +0200 Subject: [PATCH] fix: transpile new @calcom/dayjs package in API --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 22ff466595..a423307a4b 100644 --- a/next.config.js +++ b/next.config.js @@ -8,6 +8,7 @@ const withTM = require("next-transpile-modules")([ "@calcom/prisma", "@calcom/stripe", "@calcom/ui", + "calcom/dayjs", "@calcom/emails", "@calcom/embed-core", "@calcom/embed-snippet",