From 689e3a25eaee235be8a021a7632aeea0dad11f89 Mon Sep 17 00:00:00 2001 From: Ben <4991309+NuroDev@users.noreply.github.com> Date: Fri, 12 Dec 2025 15:01:59 +0000 Subject: [PATCH] Added `--types` flag docs for `wrangler dev` --- src/content/docs/workers/wrangler/commands.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index 12e4046d91..73669b638d 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -246,6 +246,8 @@ None of the options for this command are required. Many of these options can be - Show the interactive dev session. - `--alias` `Array` - Specify modules to alias using [module aliasing](/workers/wrangler/configuration/#module-aliasing). +- `--types` + - Generate types from your Worker configuration.