mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -131,7 +131,7 @@ function getBundle(req: Request) {
|
||||
return scriptService.getScriptBundleForFrontend(note, script, params);
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
exec,
|
||||
run,
|
||||
getStartupBundles,
|
||||
|
||||
Reference in New Issue
Block a user