Fix stop generating locally (#2452)

* fix stop generating locally

* .
This commit is contained in:
pablodanswer
2024-09-15 16:55:30 -07:00
committed by GitHub
parent e2c37d6847
commit 285bdbbaf9

View File

@ -79,6 +79,7 @@ async function handleRequest(request: NextRequest, path: string[]) {
method: request.method,
headers: request.headers,
body: request.body,
signal: request.signal,
// @ts-ignore
duplex: "half",
});