You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/wrangler/configuration.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ kv_namespaces = [
52
52
53
53
## Environments
54
54
55
-
You can define a different configurations for a Worker using Wrangler [environments](/workers/wrangler/environments/).
55
+
You can define different configurations for a Worker using Wrangler [environments](/workers/wrangler/environments/).
56
56
There is a default (top-level) environment and you can create named environments that provide environment-specific configuration.
57
57
58
58
These are defined under `[env.<name>]` keys, such as `[env.staging]` which you can then preview or deploy with the `-e` / `--env` flag in the `wrangler` commands like `npx wrangler deploy --env staging`.
0 commit comments