Software Engineering

Workers - `wrangler types` now generates types for all environments

Cloudflare Developer Platform Changelog · 2026-01-13

The wrangler types command now generates TypeScript types for bindings from all environments defined in your Wrangler configuration file by default. Previously, wrangler types only generated types for bindings in the top-level configuration (or a single environment when using the --env flag). This meant that if you...

Feedback