Singleton instance of StartupManager for application-wide startup management.
Pre-configured StartupManager instance that should be used throughout the application
for consistent startup behavior. This singleton ensures that initialization, health
checks, and shutdown procedures are coordinated across the entire application.
Example
// Import and use the singleton instance import { startupManager } from'@/shared/utils/startup';
Singleton instance of StartupManager for application-wide startup management.
Pre-configured StartupManager instance that should be used throughout the application for consistent startup behavior. This singleton ensures that initialization, health checks, and shutdown procedures are coordinated across the entire application.