diff --git a/app.json b/app.json new file mode 100644 index 000000000..c69ab236a --- /dev/null +++ b/app.json @@ -0,0 +1,10 @@ +{ + "buildpacks": [ + { + "url": "heroku/nodejs" + }, + { + "url": "https://github.com/hone/heroku-buildpack-static" + } + ] +}