From eea2bfdef11409b4880b4a4cc0d6c829cf8c3b8c Mon Sep 17 00:00:00 2001 From: Adrien de Peretti Date: Fri, 4 Oct 2024 17:11:29 +0200 Subject: [PATCH] chore(cli): Update start description (#9448) **What** Update description of the start command --- packages/cli/medusa-cli/src/create-cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/medusa-cli/src/create-cli.ts b/packages/cli/medusa-cli/src/create-cli.ts index ce16869e7c..16a4dc8939 100644 --- a/packages/cli/medusa-cli/src/create-cli.ts +++ b/packages/cli/medusa-cli/src/create-cli.ts @@ -376,7 +376,7 @@ function buildLocalCommands(cli, isLocalProject) { }) .command({ command: `start`, - desc: `Start development server.`, + desc: `Start production server.`, builder: (_) => _.option("types", { type: "boolean",