© 2026 Hedgehog Software, LLC
'unhandledrejection'
export default { async fetch(request) { Promise.reject('Where can I see this?'); return new Response('OK'); } };