We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade9c52 commit 987329bCopy full SHA for 987329b
1 file changed
packages/start/src/config/dev-server.ts
@@ -43,6 +43,8 @@ export function devServer(): Array<PluginOption> {
43
44
return async () => {
45
vitePreviewServer.middlewares.use(async (req, res) => {
46
+ res.setHeader("Content-Encoding", "identity");
47
+
48
const webReq = new NodeRequest({ req, res });
49
50
const webRes = await app.fetch(webReq);
0 commit comments