I can't pass boolean variable on the .env file. I did quick search about this subject. The solution is you have to compare the data with a logical expression like this: " process.env.myBooleanData === 'true' ". Waiting for recommendation or solution.
I can't pass boolean variable on the .env file. I did quick search about this subject. The solution is you have to compare the data with a logical expression like this: " process.env.myBooleanData === 'true' ". Waiting for recommendation or solution.