© 2026 Hedgehog Software, LLC
npm create cloudflare@latest -- web --type web-framework
[[services]] binding = "SOMETHING" service = "worker-something"
export const onRequest = async (context: any) => { const result = await context.platform.env.TICKERS.fetch('...') console.log({result}) }