Skip to content

Commit 8c35c4f

Browse files
committed
update lockfile
1 parent 10f1ffc commit 8c35c4f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

bun.lockb

-59.4 KB
Binary file not shown.

platform/src/server.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ import setupServices from "./middleware/services";
66
import { html } from "@elysiajs/html";
77

88
export default async (port: number | string = 3000) => {
9-
const app = new Elysia({
10-
serve: {
11-
idleTimeout: 255,
12-
},
13-
});
9+
const app = new Elysia();
1410

1511
app.use(html());
1612

0 commit comments

Comments
 (0)