Marc Siegel
CDCloudflare Developers
•Created by Marc Siegel on 10/30/2024 in #workers-help
Should two related workers be developed in a single codebase, with separate wrangler.toml to bind?
Trying to understand how codebases related to CloudFlare workers. AI and docs appear to suggest different things.
If building WorkerA, WorkerB, and DurableObjectC. And WorkerA will receive API requests from the web, call APIs on WorkerB and DurableObjectC. Should they be developed and tested in a single repository, or split out into separate repositories, one per worker?
6 replies