@flowscripter/dynamic-cli-framework
    Preparing search index...

    Type Alias StartupTaskMode

    StartupTaskMode: "blocking" | "background"

    A "blocking" task is awaited before the next lower-priority task runs. A "background" task is started but not awaited before startup proceeds.