Enable Heroku review apps

This commit is contained in:
Justin Starry 2020-04-18 15:15:44 +08:00 committed by Michael Vines
parent 8de34e1f42
commit 2513468582
1 changed files with 7 additions and 0 deletions

7
explorer/app.json Normal file
View File

@ -0,0 +1,7 @@
{
"buildpacks": [
{
"url": "https://buildpack-registry.s3.amazonaws.com/buildpacks/mars/create-react-app.tgz"
}
]
}