cloudflare · Cloudflare Workers Docs
Workers Developing
Guides for setting up development workflows for Miniflare, specifically covering how to attach a debugger and enable live reload for Cloudflare Workers.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Developing
Guides for setting up development workflows for Miniflare, specifically covering how to attach a debugger and enable live reload for Cloudflare Workers.
When To Use
Use when you need to debug Cloudflare Workers locally or configure automatic code reloading during development with Miniflare.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-testing-miniflare-developing-workflow-guide.md | A guide detailing how to develop, debug, and use live reload with Miniflare for Cloudflare Workers. | Questions about a guide detailing how to develop, debug, and use live reload with Miniflare for Cloudflare Workers. |
What This Skill Covers
- See the attached source files for the exact documented workflow.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/testing/miniflare/developing
