Skip to content

Commit 1e30382

Browse files
author
Edward Muller
committed
Specify the buildpack_url so we use the node.js buildpack
1 parent 6a58d48 commit 1e30382

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"keywords": [ "react", "reactjs", "tutorial" ],
55
"repository": "https://github.com/reactjs/react-tutorial",
66
"website": "http://facebook.github.io/react/docs/tutorial.html",
7-
"success_url": "/"
7+
"success_url": "/",
8+
"env" : {
9+
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-nodejs.git"
10+
}
811
}
912

0 commit comments

Comments
 (0)