We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
process.env
Ref:
There is a pending PR to populate process.env (first ref above) gated by the compatibility flag nodejs_compat_populate_process_env.
nodejs_compat_populate_process_env
Once this is merged, we should update wrangler types to also generate the types for process.env, i.e.
wrangler types
namespace NodeJS { interface ProcessEnv { VARIABLE: string; } }
/cc @jasnell
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ref:
There is a pending PR to populate
process.env
(first ref above) gated by the compatibility flagnodejs_compat_populate_process_env
.Once this is merged, we should update
wrangler types
to also generate the types forprocess.env
, i.e./cc @jasnell
The text was updated successfully, but these errors were encountered: