Documentation
    Preparing search index...
    • Fetches the remote server's prepared www/ bundle and extracts it into buildDir/www.

      Parameters

      • buildDir: string

        directory where the app will be build

      • remoteSchemaUrl: string

        the /api/mobile-app/build-bundle URL

      • apiKey: string | undefined

        bearer token for an admin user on that server

      • options: RemoteAppBundleOptions

        this machine's build settings, so the remote content matches

      Returns Promise<void>