Skip to content

Commit 48f3051

Browse files
committed
Added nodejs buildpack to Heroku 1-click config
1 parent 5ee64a3 commit 48f3051

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "ToolJet is an open-source low-code framework to build and deploy internal tools.",
44
"website": "https://tooljet.io/",
55
"repository": "https://github.com/tooljet/tooljet",
6-
"logo": "https://app.tooljet.io/images/logo.svg",
6+
"logo": "https://app.tooljet.io/assets/images/logo.svg",
77
"success_url": "/",
88
"env": {
99
"RAILS_ENV": {
@@ -36,6 +36,9 @@
3636
"image": "heroku/ruby",
3737
"addons": ["heroku-postgresql"],
3838
"buildpacks": [
39+
{
40+
"url": "heroku/nodejs"
41+
},
3942
{
4043
"url": "heroku/ruby"
4144
}

0 commit comments

Comments
 (0)