Fix build warnings and restore missing event sync function

- Restored sync_config__event_pres_mgmt in ae_events__event.ts to resolve import errors.
- Removed unused OpenAI import in journal entry view.
- Removed unused Html5QrcodeScannerState import in QR scanner component.
- Improved build consistency for staging and production environments.
This commit is contained in:
Scott Idem
2026-01-08 16:17:57 -05:00
parent dd0390a5dd
commit 6146cebaa4
3 changed files with 239 additions and 5 deletions

View File

@@ -60,9 +60,7 @@
X
} from '@lucide/svelte';
// Import OpenAI, but use it with local LLM server (ollama)
import OpenAI from 'openai';
// import { Configuration, OpenAIApi } from 'openai';
import { wrapSelection, toggleLinePrefix } from '$lib/ae_journals/ae_journals_editor_helpers';