fix add back console
parent
e68e6d1165
commit
48675f4e7a
|
@ -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({
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@calcom/prisma": "*",
|
||||
"@calcom/console": "*",
|
||||
"@sentry/nextjs": "^6.19.7",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"memory-cache": "^0.2.0",
|
||||
|
|
Loading…
Reference in New Issue