How to test multiple workers locally

Hi,

I would like to migrate from Supabase to Cloudflare and replace all my Edge functions (20+) with Workers. However, I couldn't figure how to run multiple workers locally that's accessible through the same port with different path names to call the different services.

Based on the documents, it seems that I need to launch each Worker one by one in different terminals, which seems to be extremely tedious when testing an application that requires access to all the services.
Was this page helpful?