File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/docs/workers/wrangler Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2289,7 +2289,7 @@ The minimum required Wrangler version to use this command is 3.66.0.
22892289 - A custom path must have a ` d.ts ` extension.
22902290- ` --strict-vars ` <Type text = " boolean" /> <MetaInfo text = " optional (default: true)" />
22912291 - Control the types that Wrangler generates for ` vars ` bindings.
2292- - If ` true ` (the default) Wrangler generates literal and union types for bindings (e.g. ` myEnv: 'my dev variable' | 'my prod variable' ` ).
2292+ - If ` true ` , (the default) Wrangler generates literal and union types for bindings (e.g. ` myEnv: 'my dev variable' | 'my prod variable' ` ).
22932293 - If ` false ` , Wrangler generates generic types (e.g. ` myEnv: string ` ).
22942294 - Useful when environment variables can often change (especially with multiple environments are involved)
22952295
You can’t perform that action at this time.
0 commit comments