presenton/servers/fastapi
sudipnext 5e4ee9e039 Refactor presentation export runtime handling
- 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.
2026-04-18 16:49:42 +05:45
..
alembic feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
api Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
assets feat: new templates & update template preview, template selection, custom template 2026-04-15 21:52:55 +05:45
constants Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
enums feat: implement Codex OAuth flow and integrate into application 2026-02-24 18:51:35 +05:45
fastembed_cache feat: new templates & update template preview, template selection, custom template 2026-04-15 21:52:55 +05:45
models Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
presenton_backend.egg-info Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
services Refactor presentation export runtime handling 2026-04-18 16:49:42 +05:45
static feat: Svg Icons & Icon Editor for svg 2025-09-11 16:02:03 +05:45
templates Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
tests feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
utils Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
.python-version feat(fastapi): adds a score based chunker to chunk documents for outlines 2025-08-03 16:33:55 +05:45
alembic.ini feat: implement database migration on startup and update dependencies for FastAPI 2026-03-08 20:05:44 +05:45
mcp_server.py fix: changes host to localhost for everything except nginx 2025-11-27 23:11:34 +05:45
migrations.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
openai_spec.json fix: rename 'prompt' to 'content' in presentation generation API and update tests accordingly 2026-01-04 17:33:05 +05:45
placeholder feat: implement database migration on startup and update dependencies for FastAPI 2026-03-08 20:05:44 +05:45
pyproject.toml Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
server.py Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45
uv.lock Refactor code structure and remove redundant changes in multiple sections 2026-04-16 13:33:21 +05:45