From cb3bfc980f3fd729c470d4165ad57337232d0673 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sun, 9 Aug 2020 12:16:53 +0800 Subject: [PATCH] Enable Heroku review apps (#315) --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 000000000..6e532d468 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "buildpacks": [ + { + "url": "heroku/nodejs" + } + ] +}