mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
server-ts: Fix build errors
This commit is contained in:
@@ -8,7 +8,7 @@ const shacaLoader = require('./shaca/shaca_loader.js');
|
||||
const shareRoot = require('./share_root.js');
|
||||
const contentRenderer = require('./content_renderer.js');
|
||||
const assetPath = require('../services/asset_path');
|
||||
const appPath = require('../services/app_path.js');
|
||||
const appPath = require('../services/app_path');
|
||||
const searchService = require('../services/search/services/search.js');
|
||||
const SearchContext = require('../services/search/search_context.js');
|
||||
const log = require('../services/log');
|
||||
|
||||
Reference in New Issue
Block a user