mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan <carl@carlschwan.eu>
6 lines
188 B
JavaScript
6 lines
188 B
JavaScript
import rebuildNavigation from './service/rebuild-navigation.js'
|
|
|
|
window.OC.Settings = window.OC.Settings || {}
|
|
window.OC.Settings.Apps = window.OC.Settings.Apps || {
|
|
rebuildNavigation,
|
|
}
|