We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5956d71 commit ae01a62Copy full SHA for ae01a62
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