grammygrammy framework, and since i need an API key i have to store it in environment variables. Those .env files are stored inside the src/environment folder, and when i call the function loadSyncloadSync from the dotenv library in deno.land/stddeno.land/std with export=trueexport=true and the correct environment file paths it does not load them. In fact I've also tried seeing if the object that loadSync would return contained any of my variables and it's completely empty.--allow-all--allow-all flag before running the process and it just doesn't read them. Just to be more explicit this is the command I'm running: deno run --allow-all --watch src/index.tsdeno run --allow-all --watch src/index.ts where index.ts is the entry point of the application.
Join the Discord to ask follow-up questions and connect with the community