Hi, I’m using deno for a project and want to hide my auth token so I put it in a secret however the standard when accessing the token I get error: Uncaught ReferenceError: process is not defined
when using the code const authToken = process.env['authToken'];
it seems to need an import but replit dosen’t say to import process from "./anywhere.js"
Thanks for any help