| 748 | * Controls API-only mode, port settings, and autostart behavior. |
| 749 | */ |
| 750 | class ApiConfig { |
| 751 | static apiPort: number = 8000; |
| 752 | static autoStart: boolean = true; |
| 753 | static routeSetupFn?: (server: FastifyInstance) => void; |
nothing calls this directly
no outgoing calls
no test coverage detected