mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01: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