This commit is contained in:
Rizky 2023-10-19 18:24:40 +07:00
parent d0c873c830
commit 0170eeeadc
2 changed files with 0 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -128,10 +128,7 @@ export const createServer = async () => {
return new Response("Loading...");
}
};
console.log("[START]", req.url);
console.time(req.url);
const res = await response();
console.timeEnd(req.url);
return res;
},
});