Skip to content

Commit 781cdff

Browse files
authored
📚 clarify how the runtime variables are injected
1 parent 4d08214 commit 781cdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Normally javascript apps are compiled into a bundle before being deployed. Durin
1717

1818
When hosting on a [12-factor](https://12factor.net) platform like [Heroku](https://www.heroku.com), these embedded values may go stale when setting new [config vars](https://devcenter.heroku.com/articles/config-vars) or promoting through a [pipeline](https://devcenter.heroku.com/articles/pipelines).
1919

20-
In coordination with the Heroku runtime through a `.profile.d` script setup by [the buildpack](https://github.com/mars/create-react-app-buildpack), this tiny module allows the runtime to inject environment variables into the production javascript bundle without recompiling.
20+
In coordination with the Heroku runtime through a [`.profile.d` script setup by the buildpack](https://github.com/mars/create-react-app-inner-buildpack/blob/master/.profile.d/inject_react_app_env.sh), this tiny module allows the runtime to inject environment variables into the production javascript bundle without recompiling.

0 commit comments

Comments
 (0)