We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e031fe8 commit 7464901Copy full SHA for 7464901
1 file changed
packages/start/src/server/handler.ts
@@ -115,6 +115,7 @@ export function createBaseHandler(
115
// using TransformStream in dev can cause solid-start-dev-server to crash
116
// when stream is cancelled
117
// send fast node streams (for now this is only available in nodejs)
118
+ // @ts-expect-error
119
if (e.runtime?.name === "node") return new FastResponse(stream);
120
121
// returning stream directly breaks cloudflare workers
0 commit comments