File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/content/compatibility-flags Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ enable_date: "2025-04-01"
1111disable_flag : " nodejs_compat_do_not_populate_process_env"
1212---
1313
14- When the ` nodejs_compat_populate_process_env ` compatibility flag is used in conjunction with
15- the ` nodejs_compat ` compatibility flag, all environment variables configured for the
16- Worker are added as string values to the ` process.env ` global.
14+ When the [ ` nodejs_compat_populate_process_env ` ] ( /workers/configuration/compatibility-flags/#nodejs_compat_populate_process_env )
15+ compatibility flag is used in conjunction with the ` nodejs_compat ` compatibility
16+ flag, all environment variables configured for the Worker are added as string values
17+ to the ` process.env ` global.
1718
1819If the ` disallow_importable_env ` compatibility flag is set, the ` process.env `
1920will not be populated.
You can’t perform that action at this time.
0 commit comments