From a2875c1101c5b963087939ab36a0b73d4d2aa0c0 Mon Sep 17 00:00:00 2001 From: cbrzn Date: Wed, 25 Nov 2020 00:39:48 +0100 Subject: [PATCH] chore: app json added for review apps --- app.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 00000000..b9dd7f77 --- /dev/null +++ b/app.json @@ -0,0 +1,15 @@ +{ + "name": "homebase-dapp", + "env": {}, + "formation": { + "web": { + "quantity": 1 + } + }, + "buildpacks": [ + { + "url": "heroku/nodejs" + } + ], + "stack": "heroku-20" +}