From 251346858292ab32489a79348cd22bcf7167879d Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sat, 18 Apr 2020 15:15:44 +0800 Subject: [PATCH] Enable Heroku review apps --- explorer/app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 explorer/app.json diff --git a/explorer/app.json b/explorer/app.json new file mode 100644 index 0000000000..86e56f5b4c --- /dev/null +++ b/explorer/app.json @@ -0,0 +1,7 @@ +{ + "buildpacks": [ + { + "url": "https://buildpack-registry.s3.amazonaws.com/buildpacks/mars/create-react-app.tgz" + } + ] +}