fix: Deployments on main (#13450)
This commit is contained in:
+1
-50
@@ -156,56 +156,7 @@ const matcherConfigUserTypeEmbedRoute = {
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
// externalize server-side node_modules with size > 1mb, to improve dev mode performance/RAM usage
|
||||
serverComponentsExternalPackages: [
|
||||
"next-i18next",
|
||||
"googleapis",
|
||||
"twilio",
|
||||
"@hubspot",
|
||||
"ews-javascript-api",
|
||||
"typeorm",
|
||||
"cli-highlight",
|
||||
"tedious",
|
||||
"@azure",
|
||||
"date-fns",
|
||||
"react-awesome-query-builder",
|
||||
"node-forge",
|
||||
"@boxyhq",
|
||||
"@redis",
|
||||
"svix",
|
||||
"@tryvital",
|
||||
"handlebars",
|
||||
"libphonenumber-js",
|
||||
"auth0",
|
||||
"mysql2",
|
||||
"city-timezones",
|
||||
"nodemailer",
|
||||
"@js-joda",
|
||||
"prisma",
|
||||
"mongodb",
|
||||
"jsforce",
|
||||
"@aws-sdk",
|
||||
"lodash",
|
||||
"superagent",
|
||||
"openid-client",
|
||||
"@sentry",
|
||||
"@upstash",
|
||||
"utif",
|
||||
"ical.js",
|
||||
"@jimp",
|
||||
"har-validator",
|
||||
"sshpk",
|
||||
"jose",
|
||||
"entities",
|
||||
"google-auth-library",
|
||||
"fetch",
|
||||
"markdown-it",
|
||||
"stripe",
|
||||
"bluebird",
|
||||
"request",
|
||||
"raw-body",
|
||||
"iconv-lite",
|
||||
"xml2js",
|
||||
],
|
||||
serverComponentsExternalPackages: ["next-i18next"],
|
||||
},
|
||||
i18n: {
|
||||
...i18n,
|
||||
|
||||
Reference in New Issue
Block a user