SoI have a staging and production apps on heroku.
I also use create-react-app
, where the environmental variables are embedded during the build time. Since the build happens on staging
and then the app is released to production
, I'm having staging
env vars on production.
Is there a way to get the runtime envs on production
(from heroku config) without rebuild the whole app?