mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -71,6 +71,6 @@ function register(app: express.Application) {
|
||||
app.use(`/${assetPath}/node_modules/panzoom/dist/`, persistentCacheStatic(path.join(srcRoot, '..', 'node_modules/panzoom/dist/')));
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
register
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user