videosphere
    Preparing search index...

    Variable isFirstRunSetupPendingConst

    isFirstRunSetupPending: () => Promise<boolean> = ...

    Returns whether this instance still needs first-run admin setup. Deduplicated per React request via cache() so layouts and pages share one hasAnyUsers() check. When the database is unreachable, returns false so public pages (e.g. the landing page) still render.

    Type Declaration

      • (): Promise<boolean>
      • Returns Promise<boolean>

        True when no user accounts exist yet.