diff --git a/app.json b/app.json new file mode 100644 index 00000000..bb78c2c6 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "buildpacks": [ + { + "url": "heroku/nodejs" + } + ] + } \ No newline at end of file