[next] Ensure only pages enable streaming (#11660)

This fixes a regression introduced by #11625 that enabled streaming for
routes on the pages router (these routes do not support streaming).
This commit is contained in:
Wyatt Johnson
2024-05-24 16:15:32 -06:00
committed by GitHub
parent a26ea7bf12
commit c9d53d4e3e
3 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
---
'@vercel/next': patch
'vercel': patch
---
Don't create streaming lambdas for pages router routes