We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5047d6 commit f0fc62dCopy full SHA for f0fc62d
apps/webapp/app/entry.server.tsx
@@ -7,7 +7,7 @@ import { RemixServer } from "@remix-run/react";
7
import { parseAcceptLanguage } from "intl-parse-accept-language";
8
import isbot from "isbot";
9
import { renderToPipeableStream } from "react-dom/server";
10
-import { PassThrough } from "stream";
+import { PassThrough } from "node:stream";
11
import * as Worker from "~/services/worker.server";
12
import { LocaleContextProvider } from "./components/primitives/LocaleProvider";
13
import {
0 commit comments