mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 12:59:55 -06:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -184,7 +184,7 @@ function getDbSize() {
|
||||
|
||||
log.info(`DB size: ${getDbSize()} KB`);
|
||||
|
||||
export = {
|
||||
export default {
|
||||
dbReady,
|
||||
schemaExists,
|
||||
isDbInitialized,
|
||||
|
||||
Reference in New Issue
Block a user