Closed dancrumb closed 1 year ago
After investigating a different issue, I discovered that process is available in Deno if you import node:process.
process
node:process
This seems like a much safer and sustainable fix to handling environment variable access.
Fixes #108
Oh! Super! Thanks a lot!
Thank you immensely for your valuable contribution, @dancrumb. Both myself and the entire community greatly appreciate it, as it has been quite beneficial for all of us.
After investigating a different issue, I discovered that
process
is available in Deno if you importnode:process
.This seems like a much safer and sustainable fix to handling environment variable access.
Fixes #108