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.
2 parents bc9fc7b + 3bffa18 commit dc29b2eCopy full SHA for dc29b2e
app.json
@@ -11,10 +11,6 @@
11
"logo": "https://github.com/hackmdio/codimd/raw/master/public/codimd-icon-1024.png",
12
"success_url": "/",
13
"env": {
14
- "BUILD_ASSETS": {
15
- "description": "Our build script variable",
16
- "value": "true"
17
- },
18
"NPM_CONFIG_PRODUCTION": {
19
"description": "Let npm also install development build tool",
20
"value": "false"
bin/heroku
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-if [ "$BUILD_ASSETS" = true ]; then
+if [ ! -z "$DYNO" ]; then
6
# setup config files
7
cat << EOF > .sequelizerc
8
var path = require('path');
0 commit comments