Added --types flag docs for wrangler dev

This commit is contained in:
Ben 2025-12-12 15:01:59 +00:00
parent b8a4af85a4
commit 689e3a25ea

View file

@ -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<string>`
- Specify modules to alias using [module aliasing](/workers/wrangler/configuration/#module-aliasing).
- `--types` <Type text="boolean" /> <MetaInfo text="(default: false) optional" />
- Generate types from your Worker configuration.
<Render file="wrangler-commands/global-flags" product="workers" />