1
0

updates for heroku

This commit is contained in:
Michael Schramm 2020-06-03 19:44:16 +02:00
parent 5b5af35363
commit 6f7be0dec9
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
web: node api/dist/main
web: yarn -cwd api start:prod

View File

@ -37,9 +37,9 @@
"description": "Database secret",
"generator": "secret"
},
"NODE_ENV": {
"description": "Node environment (production or development)",
"value": "production"
"NPM_CONFIG_PRODUCTION": {
"description": "Allow Dev Dependencies so we can compile typescript",
"value": "false"
}
},
"addons": [