Parcourir la source

set NODE_ENV=development for yarn on Heroku

Yuki Takei il y a 8 ans
Parent
commit
97778d11ca
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"