- Update sync-presentation-export script to read version from package.json instead of export-version.json. - Change entrypoint from index.js to index.cjs for CommonJS compatibility. - Implement logic to ensure CommonJS entrypoint is created if missing. - Modify ExportTaskService to resolve entrypoint path dynamically. - Remove inline Puppeteer PDF export logic in favor of bundled export package. - Add runtime availability checks and sync script execution in start.js. - Introduce helper functions for output path normalization and entrypoint resolution. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| concurrent_service.py | ||
| database.py | ||
| document_conversion_service.py | ||
| documents_loader.py | ||
| export_task_service.py | ||
| html_to_text_runs_service.py | ||
| icon_finder_service.py | ||
| image_generation_service.py | ||
| lightweight_document_service.py | ||
| liteparse_service.py | ||
| llm_client.py | ||
| llm_tool_calls_handler.py | ||
| pptx_presentation_creator.py | ||
| score_based_chunker.py | ||
| temp_file_service.py | ||
| webhook_service.py | ||