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 f34d9b6 commit af6bbb4Copy full SHA for af6bbb4
app.json
@@ -19,10 +19,6 @@
19
"description": "Let npm also install development build tool",
20
"value": "false"
21
},
22
- "DB_TYPE": {
23
- "description": "Specify database type. See sequelize available databases. Default using postgres",
24
- "value": "postgres"
25
- },
26
"HMD_SESSION_SECRET": {
27
"description": "Secret used to secure session cookies.",
28
"required": false
bin/heroku
@@ -25,6 +25,4 @@ EOF
EOF
- # build app
29
- npm run build
30
fi
0 commit comments