Ver Fonte

set NODE_ENV=development for yarn on Heroku

Yuki Takei há 8 anos atrás
pai
commit
f3d416c242
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      app.json

+ 1 - 0
app.json

@@ -8,6 +8,7 @@
   "repository": "https://github.com/weseek/growi",
   "repository": "https://github.com/weseek/growi",
   "success_url": "/",
   "success_url": "/",
   "env": {
   "env": {
+    "NODE_ENV": "development",
     "SECRET_TOKEN": {
     "SECRET_TOKEN": {
       "description": "A secret key for verifying the integrity of signed cookies.",
       "description": "A secret key for verifying the integrity of signed cookies.",
       "generator": "secret"
       "generator": "secret"