WJW
Convex Community2y ago
5 replies
WJ

`process.env.NODE_ENV` returning an unexpected value

I have my dev deployment configured to have
NODE_ENV=wissam
, however, when I run
console.log(process.env.NODE_ENV)
the result is
development
Was this page helpful?