Hi, there,
Once I finished deploying my Remix app, it became apparent that data was being pulled from the loader function and fed into the __remixContext object. This included certain private environmental variables of mine. But now there are a few particularly sensitive environmental variables that I'd prefer to keep hidden. what's the best way for me to go about doing so?