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" +}