Skip to content

Commit d7c858f

Browse files
committed
feat: show loading page on device on preview command
1 parent fa55552 commit d7c858f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

lib/services/livesync/playground/preview-sdk-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export class PreviewSdkService implements IPreviewSdkService {
4646
pubnubSubscribeKey: PubnubKeys.SUBSCRIBE_KEY,
4747
msvKey: "cli",
4848
msvEnv: this.$config.PREVIEW_APP_ENVIRONMENT,
49+
showLoadingPage: true,
4950
callbacks: this.getCallbacks(),
5051
getInitialFiles
5152
};

npm-shrinkwrap.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"mkdirp": "0.5.1",
5757
"mute-stream": "0.0.5",
5858
"nativescript-doctor": "1.5.0",
59-
"nativescript-preview-sdk": "0.2.11",
59+
"nativescript-preview-sdk": "0.2.15",
6060
"open": "0.0.5",
6161
"ora": "2.0.0",
6262
"osenv": "0.1.3",

0 commit comments

Comments
 (0)