chore(nx/server): set up e2e

This commit is contained in:
Elian Doran
2025-04-28 22:58:00 +03:00
parent 546bb52abe
commit e18613148b
33 changed files with 40 additions and 172 deletions

View File

@@ -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;