/** * Health Check Worker Thread * * Runs a minimal HTTP server on a separate thread to handle health checks. * This ensures health checks respond even when the main event loop is blocked * by heavy compute tasks (builds, large file operations, etc.). */ export {}; //# sourceMappingURL=health-worker.d.ts.map