src/dazzle_back/runtime/app_factory.py¶
Generated: 2026-03-30T04:38:46.793230+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
App factory functions extracted from server.py.
Convenience functions for creating and running Dazzle backend applications, including the production ASGI factory for deployment.
Key Exports¶
create_apprun_appbuild_entity_list_projectionsbuild_entity_search_fieldsbuild_entity_filter_fieldsbuild_fragment_sourcesbuild_server_configassemble_post_build_routescreate_app_factoryserve_bundled_css
Dependencies¶
Imports¶
__future__.annotationsloggingospathlib.Pathtyping.TYPE_CHECKINGtyping.Anydazzle.core.ir.AppSpecdazzle.core.manifest.resolve_api_urlfastapi.FastAPIdazzle.core.ir.EntitySpecdazzle.core.ir.SurfaceSpecdazzle.core.ir.ViewSpecdazzle_back.runtime.server.DazzleBackendAppdazzle_back.runtime.server.ServerConfigdazzle_back.runtime.server.DazzleBackendAppdazzle_back.runtime.server.ServerConfigdazzle_back.runtime.server.DazzleBackendAppdazzle.core.manifest.resolve_database_urldazzle_ui.converters.workspace_converter.compute_persona_default_routesuvicorn
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.