From 27f4824cfbf0ba974426cb5aa7eaa37576c13342 Mon Sep 17 00:00:00 2001 From: william delmas Date: Thu, 5 Oct 2017 08:42:39 +0200 Subject: [PATCH] Add Heroku generated app.json --- app.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..634b0c5 --- /dev/null +++ b/app.json @@ -0,0 +1,17 @@ +{ + "name": "remote", + "scripts": { + }, + "env": { + }, + "formation": { + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "heroku/nodejs" + } + ] +}