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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user