sendou.ink/patches/@react-router__serve@7.15.0.patch
Kalle d525363f5a
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
Silence react-router production server morgan log
2026-05-23 07:32:57 +03:00

13 lines
549 B
Diff

diff --git a/dist/cli.js b/dist/cli.js
index 08277520abadf36c3da03e50afc08919d316d5b2..55d9a1cf1f0220a96acd9f330b5668b03e4b6ddc 100644
--- a/dist/cli.js
+++ b/dist/cli.js
@@ -127,7 +127,6 @@ async function run() {
);
app.use(build.publicPath, import_express2.default.static(build.assetsBuildDirectory));
app.use(import_express2.default.static("public", { maxAge: "1h" }));
- app.use((0, import_morgan.default)("tiny"));
if (build.fetch) {
app.all("*", (0, import_node_fetch_server.createRequestListener)(build.fetch));
} else {