From 225782cb20892463580ef89dee7bb91166ce4372 Mon Sep 17 00:00:00 2001 From: Sportsbite <30438049+sportsbitenews@users.noreply.github.com> Date: Thu, 24 Aug 2017 23:30:27 +0600 Subject: [PATCH] Add Heroku generated app.json --- app.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..e9d7ad5 --- /dev/null +++ b/app.json @@ -0,0 +1,21 @@ +{ + "name": "eon", + "description": "dashboard application on heroku", + "scripts": { + }, + "env": { + }, + "formation": { + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "heroku/nodejs" + }, + { + "url": "heroku/nodejs" + } + ] +}