We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee64a3 commit 48f3051Copy full SHA for 48f3051
app.json
@@ -3,7 +3,7 @@
3
"description": "ToolJet is an open-source low-code framework to build and deploy internal tools.",
4
"website": "https://tooljet.io/",
5
"repository": "https://github.com/tooljet/tooljet",
6
- "logo": "https://app.tooljet.io/images/logo.svg",
+ "logo": "https://app.tooljet.io/assets/images/logo.svg",
7
"success_url": "/",
8
"env": {
9
"RAILS_ENV": {
@@ -36,6 +36,9 @@
36
"image": "heroku/ruby",
37
"addons": ["heroku-postgresql"],
38
"buildpacks": [
39
+ {
40
+ "url": "heroku/nodejs"
41
+ },
42
{
43
"url": "heroku/ruby"
44
}
0 commit comments