mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
changes for heroku fix (#4888)
This commit is contained in:
parent
1f3e4e07ea
commit
34f7be5bb2
2 changed files with 3 additions and 1 deletions
1
.slugignore
Normal file
1
.slugignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
/docs
|
||||
3
app.json
3
app.json
|
|
@ -48,7 +48,8 @@
|
|||
},
|
||||
"formation": {
|
||||
"web": {
|
||||
"quantity": 1
|
||||
"quantity": 1,
|
||||
"size": "standard-2x"
|
||||
}
|
||||
},
|
||||
"image": "heroku/nodejs",
|
||||
|
|
|
|||
Loading…
Reference in a new issue