app.locals repalced
This commit is contained in:
@@ -20,7 +20,6 @@ module.exports = {
|
||||
releaseNotes: new HotReload(path.join(localPath.source, 'models', 'releasenotes.json')),
|
||||
configuration: new HotReload(path.join(localPath.source, 'models', 'configuration.json')),
|
||||
stylesheet: new HotReload(path.join(localPath.source, 'models', 'stylesheet.json')),
|
||||
indexRoutes: new HotReload(path.join(localPath.source, 'routes', 'indexRoutes.js'), { historyLimit: 50, fileType: 'js' }),
|
||||
startMenuItems: new HotReload(path.join(localPath.source, 'models', 'integratedStartMenuItems.json'))
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user