chore: Updated manifest + added glimpse in debug mode

This commit is contained in:
NGPixel
2017-05-14 13:56:33 -04:00
parent b2baa47dec
commit 435c9131d6
4 changed files with 324 additions and 56 deletions

View File

@@ -16,6 +16,10 @@ const IS_DEBUG = process.env.NODE_ENV === 'development'
process.env.VIPS_WARNING = false
if (IS_DEBUG) {
require('@glimpse/glimpse').init()
}
let appconf = require('./libs/config')()
global.appconfig = appconf.config
global.appdata = appconf.data