2025-04-24 13:11:28 +08:00

10 lines
277 B
JavaScript

const settings = require('@overleaf/settings')
const persistorSettings = settings.filestore
persistorSettings.paths = settings.path
const ObjectPersistor = require('@overleaf/object-persistor')
const persistor = ObjectPersistor(persistorSettings)
module.exports = persistor