mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
server-ts: Remove need for 'allowImportingTsExtensions'
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
const sqlInit = require('../../services/sql_init.js');
|
||||
const setupService = require('../../services/setup.js');
|
||||
const log = require('../../services/log.ts');
|
||||
const log = require('../../services/log');
|
||||
const appInfo = require('../../services/app_info.js');
|
||||
|
||||
function getStatus() {
|
||||
|
||||
Reference in New Issue
Block a user