summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorMax Wu2016-11-27 10:54:00 +0800
committerGitHub2016-11-27 10:54:00 +0800
commitbd3d4958e43a8437e45113354059cf41dacda995 (patch)
tree8b1b08557a7caa516609dbb1f0b1a82d0b47d92a /app.json
parent76a6190dacae691968dc3baa7dd86696ac7bbc1e (diff)
parent1a4f3950e6d03797beb79c63a3e6f071d8298c17 (diff)
Merge pull request #248 from hackmdio/file-upload-options
Support other options for image uploading
Diffstat (limited to 'app.json')
-rw-r--r--app.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/app.json b/app.json
index 95c2ffbf..fcdc60a7 100644
--- a/app.json
+++ b/app.json
@@ -107,5 +107,13 @@
},
"addons": [
"heroku-postgresql"
+ ],
+ "buildpacks": [
+ {
+ "url": "https://github.com/alex88/heroku-buildpack-vips"
+ },
+ {
+ "url": "https://github.com/heroku/heroku-buildpack-nodejs"
+ }
]
}