mirror of
https://github.com/nextcloud/server.git
synced 2026-02-16 17:30:55 -05:00
11 lines
260 B
JavaScript
11 lines
260 B
JavaScript
/**
|
|
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
import { getBuilder } from '@nextcloud/browser-storage'
|
|
|
|
export default getBuilder('core')
|
|
.clearOnLogout()
|
|
.persist()
|
|
.build()
|