workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### What version of `Wrangler` are you using? 2.0.23 ### What operating system are you using? Windows ### Describe the Bug 1. Clone the example repo: https://github.com/ardislu/cloudflare-pages-url-test 2. Run `npx...
### What version of `Wrangler` are you using? 2.0.23 ### What operating system are you using? Mac ### Describe the Bug I'm using GitHub actions to deploy workers to different...
### What version of `Wrangler` are you using? 2.0.23 ### What operating system are you using? Windows ### Describe the Bug If you have redundant calls to `response.clone()` on non-local...
Bumps [undici](https://github.com/nodejs/undici) from 5.5.1 to 5.8.0. Release notes Sourced from undici's releases. v5.8.0 ⚠️ Security Fixes ⚠️ CRLF injection in request path, method, and headers https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc, CVE CVE-2022-31150, reported by...
Prior to this change, `wrangler.unstable_dev()` would only support running one instance of wrangler at a time, as Ink only lets you render one instance of React. This resulted in test...
### What version of `Wrangler` are you using? 2.0.23 ### What operating system are you using? Mac ### Describe the Bug I have a wrangler.toml file that looks like the...
### What version of `Wrangler` are you using? 2.0.23 ### What operating system are you using? Linux ### Describe the Bug I'm attempting to use ES-module style with `@cloudflare/kv-asset-handler`. The...
### Describe the solution Currently persistence is supported through the `--experimental-enable-local-persistence` flag. By default it will be persisted to `/wrangler-local-state`. This is a problem, when you try to share the...
### 💡 Feature request #### Describe the feature Currently, there is no way to test scheduled jobs, since we can't fire a `scheduled` during development. I suggest adding support of...
We currently support [`dotenv`](https://www.npmjs.com/package/dotenv) integration in 2 ways - - When you make a `.env` file in your project, any values in there are available on `process.env` during custom builds....