mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
[build-utils] Rename Lambda experimentalResponseStreaming prop to supportsResponseStreaming (#9721)
This commit is contained in:
@@ -522,7 +522,7 @@ async function createRenderNodeFunction(
|
||||
shouldAddHelpers: false,
|
||||
shouldAddSourcemapSupport: false,
|
||||
operationType: 'SSR',
|
||||
experimentalResponseStreaming: true,
|
||||
supportsResponseStreaming: true,
|
||||
regions: config.regions,
|
||||
memory: config.memory,
|
||||
maxDuration: config.maxDuration,
|
||||
|
||||
Reference in New Issue
Block a user