mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
server-ts: Fix build errors after merge
This commit is contained in:
@@ -20,7 +20,7 @@ const beccaLoaded = new Promise<void>((res, rej) => {
|
||||
cls.init(() => {
|
||||
load();
|
||||
|
||||
require('../services/options_init.js').initStartupOptions();
|
||||
require('../services/options_init').initStartupOptions();
|
||||
|
||||
res();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user