This commit is contained in:
2026-03-29 17:08:10 +01:00
parent 950bdc3dca
commit 2b170d24e1
11 changed files with 27 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export default async function () {
const config = await grabConfig();
return {
async fetch(req, server) {
return await bunextRequestHandler({ req });
return await bunextRequestHandler({ req, server });
},
port,
idleTimeout: development ? 0 : undefined,