Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Commit 28b5d1f

Browse files
committed
deps
1 parent 23b550a commit 28b5d1f

File tree

2 files changed

+2349
-1872
lines changed

2 files changed

+2349
-1872
lines changed

server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async function createServer(isProd = process.env.NODE_ENV === "production") {
5151
app.use("/public", requestHandler);
5252

5353
if (isProd) {
54-
app.use(compression());
54+
app.use(compression() as any);
5555
app.use(
5656
serveStatic(resolve("client"), {
5757
index: false,

0 commit comments

Comments
 (0)