Skip to content

Commit 908f99f

Browse files
committed
chore: add comments
1 parent 008ef58 commit 908f99f

File tree

1 file changed

+2
-0
lines changed
  • src/commands/lightning/preview

1 file changed

+2
-0
lines changed

src/commands/lightning/preview/app.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ export default class LightningPreviewApp extends SfCommand<void> {
200200

201201
const launchArguments = PreviewUtils.generateDesktopPreviewLaunchArguments(ldpServerUrl, appId, targetOrg);
202202

203+
// Start the LWC Dev Server
203204
await startLWCServer(process.cwd(), logger ? logger : await Logger.child(this.ctor.name));
204205

205206
await this.config.runCommand('org:open', launchArguments);
@@ -279,6 +280,7 @@ export default class LightningPreviewApp extends SfCommand<void> {
279280
}
280281
}
281282

283+
// Start the LWC Dev Server
282284
await startLWCServer(process.cwd(), logger ? logger : await Logger.child(this.ctor.name));
283285
// 7. Launch the native app for previewing (launchMobileApp will show its own spinner)
284286
// eslint-disable-next-line camelcase

0 commit comments

Comments
 (0)