mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -37,6 +37,6 @@ function parse(value: string): DefinitionObject {
|
||||
return defObj;
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
parse
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user