Help setting up an Astro app alongside a cron trigger
Hi there!
I have an astro app that I am deploying and I want to setup a cron trigger to run a different function. Is there a way to do this without having to setup a separate wrangler config and worker app?
I have considered solving this with a monorepo and separate configs for astro and the scheduled function, but I'd prefer to keep it all together if possible.