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/configuration/environment-variables.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
@@ -106,7 +106,7 @@ Select the **Secret** type if your environment variable is a [secret](/workers/c
106
106
107
107
## Environment variables and Node.js compatibility
108
108
109
-
When using the `nodejs_compat` and `nodejs_compat_populate_process_env` compatibility
109
+
When you enable both the [`nodejs_compat`](/workers/runtime-apis/nodejs/) and [`nodejs_compat_populate_process_env`](/workers/configuration/compatibility-flags/) compatibility
110
110
flags, environment variables will also be available via the global `process.env`.
0 commit comments