I can't seem to get the new process.env flag to work...I have this in my wrangler config: ``` "comp

I can't seem to get the new process.env flag to work...I have this in my wrangler config:

"compatibility_date": "2025-02-28",
"compatibility_flags": [
    "nodejs_compat",
    "nodejs_compat_populate_process_env"
],


    console.log('process.env', process.env);
    console.log(agent.env.OPENAI_API_KEY);
Was this page helpful?