From 9824089f1ad579f88c4127297aef245765af5dae Mon Sep 17 00:00:00 2001 From: "Andrew B. Sullivan" Date: Fri, 28 Jul 2017 02:11:43 -0400 Subject: [PATCH] Add Heroku generated app.json --- app.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..2d0e1b9 --- /dev/null +++ b/app.json @@ -0,0 +1,16 @@ +{ + "name": "kenny-hibino/hackafy", + "description": "a clone of Instagram", + "scripts": { + }, + "env": { + }, + "formation": { + }, + "addons": [ + + ], + "buildpacks": [ + + ] +}