react app ignores settings. in env.development mac code example
Example: .env not working on react
//install dotenv via npm
//npm install dotenv --save
//At the top of your file add
require('dotenv').config();
//install dotenv via npm
//npm install dotenv --save
//At the top of your file add
require('dotenv').config();