mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
server-ts: Fix more references to js files for converted files
This commit is contained in:
@@ -5,7 +5,7 @@ const log = require('./log');
|
||||
const sqlInit = require('./sql_init.js');
|
||||
const utils = require('./utils');
|
||||
const passwordEncryptionService = require('./encryption/password_encryption.js');
|
||||
const config = require('./config.js');
|
||||
const config = require('./config');
|
||||
const passwordService = require('./encryption/password.js');
|
||||
|
||||
const noAuthentication = config.General && config.General.noAuthentication === true;
|
||||
|
||||
Reference in New Issue
Block a user