mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01: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>
7 lines
188 B
JavaScript
7 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,
|
|
}
|