1
0

update proc files for heroku once more

This commit is contained in:
Michael Schramm 2020-06-03 19:55:59 +02:00
parent 6f7be0dec9
commit 4927124913
2 changed files with 5 additions and 1 deletions

View File

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

View File

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