From afca34459cae0e4ebb8f7a7f16c87798eb9ffebd Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 20 Feb 2014 10:37:34 -0300 Subject: [PATCH] testing git --- insight.js | 1 + 1 file changed, 1 insertion(+) diff --git a/insight.js b/insight.js index d4c2891..d290dc0 100644 --- a/insight.js +++ b/insight.js @@ -1,5 +1,6 @@ 'use strict'; + //Set the node enviornment variable if not set before process.env.NODE_ENV = process.env.NODE_ENV || 'development';