Преглед изворни кода

set NODE_ENV=development for yarn on Heroku

Yuki Takei пре 8 година
родитељ
комит
97778d11ca
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app.json

+ 1 - 0
app.json

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