help with astro app backend functions on cloudflare workers
I've created a minimal reproducible repo on GitHub for an Astro app deployed to Cloudflare Workers. The app includes functionality to call a server-side function that should log messages, but I'm encountering issues:
No messages appear in the Cloudflare Workers logs section after deployment No requests seem to be reaching the backend at all The client-side requests to the backend function aren't being processed