add env NODE_MODULES_CACHE=false for heroku to aviod redeploy crash

This commit is contained in:
DIYgod 2018-11-19 03:27:47 +08:00
parent 46ba0f14ca
commit 30fa5bb68f
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
"logo": "https://i.imgur.com/NZpRScX.png",
"keywords": ["RSS"],
"env": {
"NODE_MODULES_CACHE": {
"value": "false",
"required": true
},
"PORT": {
"value": "80",
"required": false