How to use env variables inside /utils folder?
I want to access env variables from inside /utils folder for ex.: I have constants.ts file and there:
In a frontend console I see that CONSOLE_DEBUG always is undefined, but I have access to process.env.NODE_ENV
2 Replies