Heroku fix - 10

This commit is contained in:
2020-03-13 17:40:39 +05:30
parent 728047a2e1
commit 9898a3542c
2 changed files with 21 additions and 1 deletions

View File

@@ -1 +0,0 @@
HOST=picturestory-v2.herokuapp.com

21
app.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "picturestory-v2",
"description": "Professional photographers image management app",
"scripts": {
},
"env": {
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}