We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7941ea6 commit 0929c4bCopy full SHA for 0929c4b
1 file changed
packages/start/src/config/dev-server.ts
@@ -13,7 +13,7 @@ export function devServer(): Array<PluginOption> {
13
name: "solid-start-dev-server",
14
configurePreviewServer(server) {
15
return () => {
16
- globalThis.canSendFastNodeStreams = true;
+ globalThis.CAN_SEND_FAST_NODE_STREAMS = true;
17
server.middlewares.use(async (req, res) => {
18
res.setHeader("content-encoding", "identity");
19
const webReq = new NodeRequest({ req, res });
0 commit comments