Set to triple equals
This commit is contained in:
parent
cbfe38ac59
commit
58e3b39fce
|
@ -3,7 +3,7 @@ import Detector from './utils/detector';
|
|||
import Main from './app/main';
|
||||
|
||||
// Check environment and set the Config helper
|
||||
if(__ENV__ == 'dev') {
|
||||
if(__ENV__ === 'dev') {
|
||||
console.log('----- RUNNING IN DEV ENVIRONMENT! -----');
|
||||
|
||||
Config.isDev = true;
|
||||
|
|
Loading…
Reference in New Issue