Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions packages/cli/src/commands/models/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ export const previewCommand: CLICommand = {
name: "running-pattern",
shortName: "p",
type: "string",
description: `The ready signal indicates the service has launched and it works only in 'local' environment. If undefined, the command defaults to ("${constants.defaultRunningPattern.source}"), and if empty, the process start is used as the ready signal.

@jayzhang Reply...`,
description: `The ready signal indicates the service has launched and it works only in 'local' environment. If undefined, the command defaults to ("${constants.defaultRunningPattern.source}"), and if empty, the process start is used as the ready signal.`,
},
{
name: "open-only",
Expand Down