export async function onRequest(context){ console.log('Hello'); return await next(); }
© 2026 Hedgehog Software, LLC