Reading up on Wrangler
4 deep · digging since apr 14
- Cloudflare Workers and Hyperdrive with SvelteKit – Master.dev Blog
Integrating Cloudflare Workers and Hyperdrive with SvelteKit requires adjusting build scripts and using server hooks to provide per-request DB connections.
- Creating a VS Code agent hook to respond to file changes - Human Who Codes
VS Code agent hooks provide deterministic shell commands that trigger on specific agent-loop events, enabling guaranteed follow-up automation like regenerating types after editing wrangler.jsonc.
- Building a CLI for all of Cloudflare
Cloudflare introduces 'cf', a unified CLI technical preview with a new TypeScript schema layer for generating consistent commands across all products, alongside Local Explorer for debugging local data.