We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7bd96 commit 4fba741Copy full SHA for 4fba741
lib/services/livesync/playground/preview-sdk-service.ts
@@ -56,7 +56,9 @@ export class PreviewSdkService extends EventEmitter implements IPreviewSdkServic
56
msvEnv: this.$config.PREVIEW_APP_ENVIRONMENT,
57
showLoadingPage: false,
58
callbacks: this.getCallbacks(),
59
- getInitialFiles
+ getInitialFiles,
60
+ previewAppStoreId: schema.previewAppStoreId,
61
+ previewAppGooglePlayId: schema.previewAppId
62
};
63
}
64
0 commit comments