Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
william delmas committed Oct 5, 2017
1 parent e1dc3f6 commit 27f4824
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "remote",
"scripts": {
},
"env": {
},
"formation": {
},
"addons": [

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

0 comments on commit 27f4824

Please sign in to comment.