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

**What**
Update description of the start command
This commit is contained in:
Adrien de Peretti
2024-10-04 17:11:29 +02:00
committed by GitHub
parent d06ea6985d
commit eea2bfdef1

View File

@@ -376,7 +376,7 @@ function buildLocalCommands(cli, isLocalProject) {
})
.command({
command: `start`,
desc: `Start development server.`,
desc: `Start production server.`,
builder: (_) =>
_.option("types", {
type: "boolean",