Add Heroku generated app.json

pull/44/head
Laurent Bossavit 2017-08-28 14:13:33 +02:00
parent 576dc16a23
commit 1e5ae32ec7
1 changed files with 17 additions and 0 deletions

17
app.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "syso",
"scripts": {
},
"env": {
},
"formation": {
},
"addons": [
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}