Update app.json (#2307)
Add a "stack" option, because the default heroku-22 throws an error.
This commit is contained in:
parent
6f55804978
commit
6c92c540b9
1 changed files with 1 additions and 0 deletions
1
app.json
1
app.json
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-dashboard",
|
"name": "saleor-dashboard",
|
||||||
|
"stack": "heroku-20",
|
||||||
"description": "A GraphQL-powered, single-page dashboard application for Saleor",
|
"description": "A GraphQL-powered, single-page dashboard application for Saleor",
|
||||||
"repository": "https://github.com/mirumee/saleor-dashboard",
|
"repository": "https://github.com/mirumee/saleor-dashboard",
|
||||||
"website": "http://getsaleor.com/",
|
"website": "http://getsaleor.com/",
|
||||||
|
|
Loading…
Reference in a new issue