Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyweron committed Jun 27, 2017
1 parent cdc89d3 commit b7a1bd4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app.json
@@ -0,0 +1,17 @@
{
"name": "MyTwitter",
"scripts": {
},
"env": {
},
"formation": {
},
"addons": [

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

0 comments on commit b7a1bd4

Please sign in to comment.