fix add back console

pull/9078/head
Agusti Fernandez Pardo 2022-06-20 03:10:10 +02:00
parent e68e6d1165
commit 48675f4e7a
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,6 @@
const withTM = require("next-transpile-modules")([
"@calcom/app-store",
"@calcom/core",
"@calcom/console",
"@calcom/ee",
"@calcom/lib",
"@calcom/prisma",
@ -12,6 +11,7 @@ const withTM = require("next-transpile-modules")([
"@calcom/emails",
"@calcom/embed-core",
"@calcom/embed-snippet",
"@calcom/console",
]);
module.exports = withTM({

View File

@ -27,6 +27,7 @@
},
"dependencies": {
"@calcom/prisma": "*",
"@calcom/console": "*",
"@sentry/nextjs": "^6.19.7",
"bcryptjs": "^2.4.3",
"memory-cache": "^0.2.0",