I have some custom enviroment variables for example:
REACT_APP_API_URL='http://localhost:6000/api'
... and different enviroments (develop
, test
, uat
and production
).
How can I define custom variables and custom build command for each enviroment?
I found this CRA documentation but it works with Node variables.