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