From 9898a3542c09ff6e91c0f4447b695cbc5eb5de11 Mon Sep 17 00:00:00 2001 From: vaasu Date: Fri, 13 Mar 2020 17:40:39 +0530 Subject: [PATCH] Heroku fix - 10 --- .env.development | 1 - app.json | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) delete mode 100644 .env.development create mode 100644 app.json diff --git a/.env.development b/.env.development deleted file mode 100644 index e75f09b..0000000 --- a/.env.development +++ /dev/null @@ -1 +0,0 @@ -HOST=picturestory-v2.herokuapp.com \ No newline at end of file diff --git a/app.json b/app.json new file mode 100644 index 0000000..6120e73 --- /dev/null +++ b/app.json @@ -0,0 +1,21 @@ +{ + "name": "picturestory-v2", + "description": "Professional photographers image management app", + "scripts": { + }, + "env": { + }, + "formation": { + "web": { + "quantity": 1 + } + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "heroku/nodejs" + } + ] + } \ No newline at end of file