Access environment variables from `store` or `root` folder
I have a
.ts file where I would like to read values from my environment variables but anytime I do so, I get undefined. How can I go around this and access env variables from anywhere in my project?