Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
element6 committed Jun 29, 2017
1 parent a918a33 commit 5d5b7d8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "jest",
"scripts": {
},
"env": {
"LB_API_BASE_URL": {
"required": true
}
},
"formation": {
},
"addons": [

],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}

0 comments on commit 5d5b7d8

Please sign in to comment.