We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a58d48 commit 1e30382Copy full SHA for 1e30382
app.json
@@ -4,6 +4,9 @@
4
"keywords": [ "react", "reactjs", "tutorial" ],
5
"repository": "https://github.com/reactjs/react-tutorial",
6
"website": "http://facebook.github.io/react/docs/tutorial.html",
7
- "success_url": "/"
+ "success_url": "/",
8
+ "env" : {
9
+ "BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-nodejs.git"
10
+ }
11
}
12
0 commit comments