src/dazzle_ui/runtime/combined_server.py¶
Generated: 2026-03-30T04:38:48.924238+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_ui
Purpose¶
Dazzle Unified Server — runs a single FastAPI app with both API and UI.
Provides: 1. run_unified_server() — full app: FastAPI backend + page routes + site pages on one port 2. run_backend_only() — backend API only (for --backend-only flag)
Key Exports¶
UnifiedServerConfigrun_unified_serverrun_backend_only
Dependencies¶
Imports¶
__future__.annotationsloggingosdataclasses.dataclasspathlib.Pathtyping.TYPE_CHECKINGtyping.Anydazzle.core.ir.AppSpecuvicorndazzle_back.runtime.app_factory.assemble_post_build_routesdazzle_back.runtime.app_factory.build_server_configdazzle_back.runtime.server.DazzleBackendAppdazzle_back.runtime.logging.setup_loggingdazzle_ui.runtime.css_loader.get_bundled_cssdazzle_ui.themes.generate_theme_cssdazzle_ui.themes.resolve_themedazzle_ui.build_css.build_cssuvicorndazzle_back.runtime.app_factory.build_server_configdazzle_back.runtime.server.DazzleBackendApp
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/integration/test_runtime_e2e.pytests/integration/test_runtime_pipeline.pytests/unit/test_runtime_test_routes.pytests/unit/test_runtime_services.pytests/unit/test_runtime_mcp_tools.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.