Reactjs – Access environment variable set up in circleci project in the application
I have set up an environment variable in the circle ci project like this. I am trying to access it in a js file. So I exported the variable in circle ci yaml file like this: jobs: build: ... steps:…