workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### Describe the solution Currently, if a Pages project defines both a `functions` directory **and** a custom `_worker.js` file in the output directory, `wrangler pages publish` will prioritise generating and...
Currently a hidden feature. Once the the PR's approved and the dashboard & backend changes are finished we can unhide the feature.
### Describe the solution It's really cool that we can test locally via miniflare, but there are bindings miniflare doesn't have. We should make it possible to run integration tests...
### What version of `Wrangler` are you using? wrangler@d1 0.0.0-7c228171 ### What operating system are you using? Mac ### Describe the Bug As soon as I add the d1_database to...
### What version of `Wrangler` are you using? 2.0.6 or beta ### What operating system are you using? Mac ### Describe the Bug App was rewrited from CRA to Remix...
This PR makes it possible to use a regular ol' `export default { fetch() }` within Pages Functions. Any `onRequest(Get|Head|Post|etc)` take precedence, and if an `onRequest` is also included, the...
### What version of `Wrangler` are you using? 2.0.28 ### What operating system are you using? Mac ### Describe the Bug (copied from https://github.com/cloudflare/wrangler/issues/2301) ### 🐛 Bug report #### Describe...
There's a bit of tension in the way we read "configuration" right now. - We read config from a `wrangler.toml` file via the `readConfig()` function, which returns a `Config` object....
### Describe the solution I'd like to be able to upload to "folders" inside of KV, and only delete/replace the ones from that project. _For example:_ I have multiple repositories...
### Describe the solution # Context I went to use the [wrangler-action](https://github.com/cloudflare/wrangler-action) to replace the CF Pages build tooling because my pages project generates documentation from my code, and installing...