I have a .env file set up in my project

But when i console.log it i can only see the following object
{
"NODE_ENV": "development",
"PUBLIC_URL": ""
}
I tried using .env.local but the problem persists. I used create-react-app to bootstrap the react application
client-side. read this