parent
6e8fbc280f
commit
f4b6a16a9e
|
@ -1,8 +1,4 @@
|
|||
const withTM = require("@vercel/edge-functions-ui/transpile")([
|
||||
"@calcom/lib",
|
||||
"@calcom/prisma",
|
||||
"@calcom/ui",
|
||||
]);
|
||||
const withTM = require("next-transpile-modules")(["@calcom/lib", "@calcom/prisma", "@calcom/ui"]);
|
||||
const { i18n } = require("./next-i18next.config");
|
||||
|
||||
// So we can test deploy previews preview
|
||||
|
|
Loading…
Reference in New Issue