You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > ApiClientExtension > extendApp

ApiClientExtension.extendApp property

Signature:

extendApp?: (params: {
        app: Express;
        configuration: any;
    }) => void;