Env var availability in Convex functions
console.log(process.env) in a Convex function (an HTTP action), I see in the Convex dashboard logs log [process.env], and if I run Object.keys(process.env).forEach((envKey) => console.log(envKey)) I see no output in the Convex dashboard logs at all, which I find rather surprising.