load only expanded tree with the rest being lazy loaded, WIP

This commit is contained in:
azivner
2018-04-16 16:26:47 -04:00
parent d57057ba28
commit 1687ed7e0b
10 changed files with 50 additions and 47 deletions

View File

@@ -3,7 +3,7 @@
const build = require('./build');
const packageJson = require('../../package');
const APP_DB_VERSION = 88;
const APP_DB_VERSION = 91;
module.exports = {
appVersion: packageJson.version,