Locating Worker file in static assets (Astro) server from worker
I'm working on a project using Astro as a framework for a Cloudflare Worker, but I'm a bit lost in the project structure. I used the npm create cloudflare@latest command to set up the project, which gave me what looks like a standard Astro project.
My main questions are:
My main questions are:
- Where should I place the Worker code? Or has it already been set up by the Cloudflare package?
- In general, where can I find the Worker-specific parts of this project?