© 2026 Hedgehog Software, LLC
export default { async fetch( request: Request, env: Env, ctx: ExecutionContext ): Promise<Response> { console.log("Starting req."); // logic }
console.log
wrangler tail --env production
wrangler dev