chore: Remove size from Heroku formation guide

This commit is contained in:
Pranav Raj S 2021-04-22 14:50:14 +05:30
parent fdbc32f7c2
commit 74a512e3a1

View file

@ -32,12 +32,10 @@
},
"formation": {
"web": {
"quantity": 1,
"size": "FREE"
"quantity": 1
},
"worker": {
"quantity": 1,
"size": "FREE"
"quantity": 1
}
},
"image": "heroku/ruby",