File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/docs/workers/configuration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Select the **Secret** type if your environment variable is a [secret](/workers/c
100100## Environment variables and Node.js compatibility
101101
102102When you enable both the [ ` nodejs_compat ` ] ( /workers/runtime-apis/nodejs/ ) and
103- [ ` nodejs_compat_populate_process_env ` ] ( /workers/configuration/compatibility-flags/ )
103+ [ ` nodejs_compat_populate_process_env ` ] ( /workers/configuration/compatibility-flags/#nodejs_compat_populate_process_env )
104104compatibility flags, and the ` disallow_importable_env ` compatibility flag is
105105not set, environment variables will also be available via the global
106106` process.env ` . Note that the ` nodejs_compat_populate_process_env ` flag is
You can’t perform that action at this time.
0 commit comments