workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### Describe the solution It'd be nice if Miniflare `UnstableDevWorker` offered a way to pipe it's log output into another process (ie Vite). Currently the only option is to allow...
### Which Cloudflare product(s) does this pertain to? Wrangler core ### What version(s) of the tool(s) are you using? 3.35.1 ### What version of Node are you using? 20.11.0 ###...
### Describe the solution I use Tailscale for https during development and have a common certificate and key for all projects. It would be convenient to load these using environment...
This sends up migrations even during `wrangler dev`. This means features like renamed / deleted classes should work as expected even during development. Fixes https://github.com/cloudflare/wrangler2/issues/736 --- There's more work to...
### Describe the solution Background: Cloudflare Workers provide a powerful platform for building serverless applications that run at the edge of the network, enabling developers to enhance the performance and...
### Which Cloudflare product(s) does this pertain to? Wrangler core ### What version(s) of the tool(s) are you using? pnpm run build --filter wrangler ### What version of Node are...
### Describe the solution I'm trying to test a Worker script talking to a Durable Object, using Workers RPC and Vitest. This (will) work fine once #5508 lands, with one...
## What this PR solves / how to test This PR implements watch mode for Workers with assets, more specifically: - it watches the static assets directory for changes (add/delete...
## What this PR solves / how to test Fixes #[WC-2597](https://jira.cfdata.org/browse/WC-2597) NB encodeFilePath is used here, in wrangler/experimental-assets.ts and miniflare, so this will be consolidated in a shared utils folder...
## What 1. Removes the outdated directory of templates in [`/templates`](https://github.com/cloudflare/workers-sdk/tree/main/templates). None of these are actually up-to-date. As-needed some of this content can be added to `npm create cloudflare` templates...