mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 20:17:01 +02:00
chore(nx/server): set up e2e
This commit is contained in:
@@ -54,7 +54,7 @@ class IndexService {
|
||||
return;
|
||||
}
|
||||
|
||||
const aiEnabled = await options.getOptionBool('aiEnabled');
|
||||
const aiEnabled = options.getOptionOrNull('aiEnabled') === "true";
|
||||
if (!aiEnabled) {
|
||||
log.info("Index service: AI features disabled, skipping initialization");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user