Run a Cloudflare Worker on Custom Port
•
1 min read
Here the command to run a Cloudflare Worker locally using a custom port:
wrangler dev --port 8787
Here the command to run a Cloudflare Worker locally using a custom port:
wrangler dev --port 8787