generated at
BunのDebugger
from Bun.js

ts
Bun.serve({ fetch(req){ console.log(req.url); return new Response("Hello, world!"); } })