Add Heroku generated app.json

This commit is contained in:
Yair Morgenstern 2019-02-06 23:12:51 +02:00
parent 6856301504
commit 11b2a301cd

17
app.json Normal file
View file

@ -0,0 +1,17 @@
{
"addons": [
],
"buildpacks": [
],
"description": "",
"env": {
},
"formation": {
},
"name": "UnCiv",
"scripts": {
},
"stack": "heroku-18"
}