Matches transpilling modules to web

pull/9078/head
zomars 2022-06-14 15:13:59 -06:00
parent 1ab81fb8ee
commit 3cb2a8b866
1 changed files with 8 additions and 2 deletions

View File

@ -2,9 +2,15 @@
// This makes our @calcom/prisma package from the monorepo to be transpiled and usable by API
const withTM = require("next-transpile-modules")([
"@calcom/app-store",
"@calcom/prisma",
"@calcom/lib",
"@calcom/core",
"@calcom/ee",
"@calcom/lib",
"@calcom/prisma",
"@calcom/stripe",
"@calcom/ui",
"@calcom/emails",
"@calcom/embed-core",
"@calcom/embed-snippet",
]);
module.exports = withTM({