From 5d5b7d861665d797166bb98311bb5d2c5ab6085b Mon Sep 17 00:00:00 2001 From: Gary Date: Thu, 29 Jun 2017 14:39:14 +1000 Subject: [PATCH] Add Heroku generated app.json --- app.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 000000000000..562b5721efc6 --- /dev/null +++ b/app.json @@ -0,0 +1,20 @@ +{ + "name": "jest", + "scripts": { + }, + "env": { + "LB_API_BASE_URL": { + "required": true + } + }, + "formation": { + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "heroku/nodejs" + } + ] +}