Setup

@wix/app-management
Version 1.0.64
Published 5 days ago

To use the AppInstances API, install the @wix/app-management package using npm or Yarn:

Copy
npm install @wix/app-management

or

Copy
yarn add @wix/app-management

Then import { appInstances } from @wix/app-management:

Copy
import { appInstances } from "@wix/app-management";
Did this help?