diff --git a/app.json b/app.json new file mode 100644 index 000000000..cb8ca4452 --- /dev/null +++ b/app.json @@ -0,0 +1,17 @@ +{ + "name": "syso", + "scripts": { + }, + "env": { + }, + "formation": { + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "heroku/nodejs" + } + ] +}