Amplify Toolbox
    Preparing search index...
    getAdapter: (framework: string, buildOutputDir?: string) => FrameworkAdapterFn

    Get the adapter function for the given framework type.

    Type Declaration

      • (framework: string, buildOutputDir?: string): FrameworkAdapterFn
      • Parameters

        • framework: string

          the framework type

        • OptionalbuildOutputDir: string

          explicit build output directory (for SPA/static)

        Returns FrameworkAdapterFn

        the adapter function