[next] Update payload flag (#10147)

x-ref: [slack thread](https://vercel.slack.com/archives/C05E6RJTPJS/p1687898295532579)
This commit is contained in:
JJ Kasper
2023-06-27 16:34:21 -07:00
committed by GitHub
parent 733ff5ed85
commit e4895d979b
4 changed files with 7 additions and 7 deletions

View File

@@ -821,7 +821,7 @@ export async function createLambdaFromPseudoLayers({
files,
shouldAddHelpers: false,
shouldAddSourcemapSupport: false,
supportsMultiPayloads: !!process.env.NEXT_PRIVATE_MULTI_PAYLOAD,
supportsMultiPayloads: true,
framework: {
slug: 'nextjs',
version: nextVersion,