Debug configuration options
Call this once at application startup to configure debug behavior.
Debug can also be enabled by setting window.__HIYVE_DEBUG__ = true
in the browser console.
Enable all debug logging:
import { configureDebug } from '@hiyve/utilities';
configureDebug({ enabled: true });
Configure global debug settings.