Optional debug switches for integrations and state boot flows.

interface AsukaDebugOptions {
    boot?: boolean;
    layout?: boolean;
    state?: boolean;
}

Properties

Properties

boot?: boolean

Log boot strategy resolution and payload selection.

layout?: boolean

Log layout normalization, runtime extraction and layout imports.

state?: boolean

Log state import/export operations.