So, I have 3 env files ( .env.local , .env.development, .env.production )and I am having an issue where env variables is coming as undefined if i delete .env.local tho i have all the values within .env.development and process.env.NODE_ENV is showing as develoment
I am using nextjs 12 on top of NX console.