Enable Hotreload for packages (#2051)
Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
parent
6e8fbc280f
commit
f4b6a16a9e
1 changed files with 1 additions and 5 deletions
|
@ -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 a new issue