mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
server-ts: Remove need for 'allowImportingTsExtensions'
This commit is contained in:
@@ -11,7 +11,7 @@ const assetPath = require('../services/asset_path.js');
|
||||
const appPath = require('../services/app_path.js');
|
||||
const searchService = require('../services/search/services/search.js');
|
||||
const SearchContext = require('../services/search/search_context.js');
|
||||
const log = require('../services/log.ts');
|
||||
const log = require('../services/log');
|
||||
|
||||
/**
|
||||
* @param {SNote} note
|
||||
|
||||
Reference in New Issue
Block a user