Stone.js API
    Preparing search index...
    • Returns every available starter (fetched links + auto-detected packages), memoised on the blueprint so the questionnaire and the materialisation step never fetch twice.

      Parameters

      • blueprint: {
            get: <T>(key: string, fallback: T) => T;
            set: (key: string, value: unknown) => unknown;
        }

        The application blueprint (get/set).

      • context: StarterFetchContext

        The fetch context.

      Returns Promise<ResolvedStarter[]>

      The available starters.