changes for heroku fix (#4888)

This commit is contained in:
Adish M 2022-12-02 22:23:27 +05:30 committed by GitHub
parent 1f3e4e07ea
commit 34f7be5bb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
.slugignore Normal file
View file

@ -0,0 +1 @@
/docs

View file

@ -48,7 +48,8 @@
},
"formation": {
"web": {
"quantity": 1
"quantity": 1,
"size": "standard-2x"
}
},
"image": "heroku/nodejs",