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
To opt-in to the new `process.env` behaviour now, add the [`nodejs_compat_populate_process_env`](/workers/configuration/compatibility-flags/#enable-auto-populating-processenv) compatibility flag to your
32
+
`wrangler.json` configuration:
33
+
34
+
<WranglerConfig>
35
+
36
+
```jsonc
37
+
{
38
+
// Rest of your configuration
39
+
// Add "nodejs_compat_populate_process_env" to your compatibility_flags array
0 commit comments