This example shows how to package and deploy a worker using the cloudworker-proxy and serverless.

Add a .env file in the examples folder with the cloudflare account info as follows:
```
CLOUDFLARE_AUTH_KEY=<api-key>
CLOUDFLARE_AUTH_EMAIL=<email>
CLOUDFLARE_ACCOUNT_ID=<account-id>
CLOUDFLARE_ZONE_ID=<zone-id>
```