You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -297,9 +297,9 @@ Use a custom [`.profile.d` script](https://devcenter.heroku.com/articles/buildpa
297
297
1. make it executable `chmod +x .profile.d/000-react-app-exports.sh`
298
298
1. add an `export` line for each variable:
299
299
300
-
```bash
301
-
export REACT_APP_ADDON_CONFIG=${ADDON_CONFIG:-}
302
-
```
300
+
```bash
301
+
export REACT_APP_ADDON_CONFIG=${ADDON_CONFIG:-}
302
+
```
303
303
1. set-up & use [Runtime configuration](#runtime-configuration) to access the variables
304
304
305
305
For example, to use the API key for the [Filestack](https://elements.heroku.com/addons/filepicker) JS image uploader:
@@ -315,8 +315,8 @@ Troubleshooting
315
315
1. Search our [issues](https://github.com/mars/create-react-app-buildpack/issues?utf8=✓&q=is%3Aissue%20) to see if someone else has experienced the same problem.
316
316
1. Search the internet for mentions of the error message and its subject module, e.g. `ENOENT "node-sass"`
317
317
1. File a new [issue](https://github.com/mars/create-react-app-buildpack/issues/new). Please include:
318
-
* build log output
319
-
* link to GitHub repo with the source code (if private, grant read access to @mars)
318
+
* build log output
319
+
* link to GitHub repo with the source code (if private, grant read access to @mars)
320
320
321
321
322
322
Version compatibility
@@ -341,15 +341,15 @@ Architecture 🏙
341
341
This buildpack composes several buildpacks (specified in [`.buildpacks`](.buildpacks)) to support **no-configuration deployment** on Heroku:
0 commit comments