| 1 | /** |
| 2 | * Runtime configuration — persistent feature toggles that can be flipped from |
| 3 | * the dashboard at runtime without a restart or editing .env. Backed by a |
| 4 | * small JSON file next to the project root so it survives redeploys. |
nothing calls this directly
no test coverage detected