From 2b1ffd27c00be4f791a1618d646733c068592c11 Mon Sep 17 00:00:00 2001 From: Angus Date: Tue, 4 Aug 2026 16:46:34 +0100 Subject: [PATCH] Point full-stack web apps to Workers instead of Pages --- skills/cloudflare/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/cloudflare/SKILL.md b/skills/cloudflare/SKILL.md index 2c7da21..6343faf 100644 --- a/skills/cloudflare/SKILL.md +++ b/skills/cloudflare/SKILL.md @@ -45,7 +45,7 @@ Need feature flags? ``` Need to run code? ├─ Serverless functions at the edge → workers/ -├─ Full-stack web app with Git deploys → pages/ +├─ Full-stack web app with Git deploys → workers/ (with Static Assets) ├─ Stateful coordination/real-time → durable-objects/ ├─ Long-running multi-step jobs → workflows/ ├─ Run containers → containers/