Urgent help required i wants to add some secret keys in my frontend for packages to work.
but i am not able to use .env files I tried many solutions but they didn’t worked.
I made a new file .env and add an variable
REACT_APP_SITE_KEY = “your site key”
i am using it in one of my components like announcement component like this
console.log (process.env.REACT_APP_SITE_KEY)
it is giving me error !
‘process is not defined’.
please help me in this
I am using ionic v 7.1.1