Deploying to Cloudflare
First, run:
Then, run:
This will deploy the worker and the container to Cloudflare if you are on a paid plan.
Notes
js/src/index.tsis the entry point for the worker. You can modify it to add your own routing logic. Currently, it will load balance requests across 3 containers.- The main app is in the
app/directory.