Skip to content

Commit af6bbb4

Browse files
committed
Remove unnecessaries
Signed-off-by: t.goto <tomoyan777@gmail.com>
1 parent f34d9b6 commit af6bbb4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

app.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"description": "Let npm also install development build tool",
2020
"value": "false"
2121
},
22-
"DB_TYPE": {
23-
"description": "Specify database type. See sequelize available databases. Default using postgres",
24-
"value": "postgres"
25-
},
2622
"HMD_SESSION_SECRET": {
2723
"description": "Secret used to secure session cookies.",
2824
"required": false

bin/heroku

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ EOF
2525
2626
EOF
2727

28-
# build app
29-
npm run build
3028
fi

0 commit comments

Comments
 (0)