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/runtime-apis/nodejs/process.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
@@ -35,7 +35,7 @@ When [Node.js compatibility](/workers/runtime-apis/nodejs/) is turned on and the
35
35
36
36
Workers have a concept of [environment variables](/workers/configuration/environment-variables/) that are applied on a per-Worker and per-request basis.
37
37
38
-
By default, these are not accessible via the `process.env` API. It is
38
+
By default, these are not accessible via the `process.env` API.
39
39
To automatically populate environment variables and secrets on `process.env`, enable
40
40
the [`nodejs_compat_populate_process_env`](/workers/configuration/compatibility-flags/#nodejs_compat_populate_process_env)
41
41
compatibility flag and disable the `disallow_importable_env` compatibility flag.
0 commit comments