chore(cli): Update start description (#9448)

**What**
Update description of the start command
This commit is contained in:
Adrien de Peretti
2024-10-04 15:11:29 +00:00
committed by GitHub
parent d06ea6985d
commit eea2bfdef1
+1 -1
View File
@@ -376,7 +376,7 @@ function buildLocalCommands(cli, isLocalProject) {
}) })
.command({ .command({
command: `start`, command: `start`,
desc: `Start development server.`, desc: `Start production server.`,
builder: (_) => builder: (_) =>
_.option("types", { _.option("types", {
type: "boolean", type: "boolean",