mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
server-ts: Remove need for 'allowImportingTsExtensions'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const sql = require('./sql.js');
|
||||
const log = require('./log.ts');
|
||||
const log = require('./log');
|
||||
const BBranch = require('../becca/entities/bbranch.js');
|
||||
const entityChangesService = require('./entity_changes.js');
|
||||
const becca = require('../becca/becca.js');
|
||||
|
||||
Reference in New Issue
Block a user