workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### What version of `Wrangler` are you using? 0.0.0-8fac577c (npx wrangler@d1 --version) ### What operating system are you using? Windows ### Describe the Bug When attempting to use D1 locally...
### What version of `Wrangler` are you using? 2.0.24 ### What operating system are you using? Linux ### Describe the Bug I'm wrongly getting `workers.api.error.too_many_crons [code: 10072]`. I'm on the...
### What version of `Wrangler` are you using? 2.0.22 ### What operating system are you using? Mac ### Describe the Bug Wrangler tail does not work if it is deployed...
### What version of `Wrangler` are you using? 0.0.15 ### What operating system are you using? Windows ### Describe the Bug Try this: ```ts export const onRequestGet: PagesFunction = async...
Is there a way to launch the `wrangler pages dev` proxy in a way that doesn't log every single GET request? I would like it to show only console logs...
### Describe the solution The configuration auto-generation (i.e. currently `wrangler.toml`) should be auto-generated from the bindings and settings in dashboard for that particular Service Worker script. reference: https://github.com/cloudflare/wrangler2/discussions/1623
Tracking issue for using the open-source Workers runtime announced [here](https://blog.cloudflare.com/workers-open-source-announcement/) in the implementation of `--local` mode. - [ ] cloudflare/miniflare#366 - [ ] cloudflare/miniflare#367 - [ ] cloudflare/miniflare#368 - [x]...
I really want `--live-reload` option for `wrangler dev`. I know `wrangler pages dev` already have `--live-reload` option by PR #220 . Not only using *Pages*, I often build HTML pages...
tl;dr - Tests are important, and we should enable developers to write and run tests. There are 2 classes of tests I think are important - - Integration tests -...