/Wiki/sources/honojs__hono/2026/https-raw-githubusercontent-com-honojs-examples--b9226214e5d9-deploy-to-cloudflare-workers-s0005-c0000.md
Deploy to Cloudflare Workers (1) - hono-docs
Deploy to Cloudflare Workers (1) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://raw.githubusercontent.com/honojs/exampl...
Deploy to Cloudflare Workers (1)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://raw.githubusercontent.com/honojs/examples/main/stytch-auth/README.md#deploy-to-cloudflare-workers
Summary
- Create a KV namespace for the TODO app to use
wrangler kv namespace create TODOS2. Update the KV namespace ID inwrangler.jsoncwith the ID you received: ``` "kv_namespaces": [ { "binding": "TODOS", "id": "your-kv-namespace...
Content
- Create a KV namespace for the TODO app to use
wrangler kv namespace create TODOS- Update the KV namespace ID in
wrangler.jsoncwith the ID you received:
"kv_namespaces": [
{
"binding": "TODOS",
"id": "your-kv-namespace-id"
}
]- Upload your Stytch Env Vars for use by the worker
npx wrangler secret bulk .dev.vars- Deploy the worker
npm run deploy