mock_backend
mock_backend configures mock responses for testing and previewing apps.
- It keeps frontend logic aligned with predictable backend responses while integrations are unavailable.
- Mock definitions enable QA environments without touching production systems.
- TODO: clarify how mock behavior is disabled or replaced in the production runtime.
Last updated on