Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-testing-miniflare-developing-workflow-guide.mdA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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