Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chriddyp committed Sep 14, 2018
1 parent 07e0712 commit 9690819
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app.json
@@ -0,0 +1,20 @@
{
"name": "dash-table",
"scripts": {
},
"env": {
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [

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

0 comments on commit 9690819

Please sign in to comment.