Skip to content

Commit

Permalink
fix: remove default value for the cluster flag (#9570)
Browse files Browse the repository at this point in the history
Defining the default value applies the flag automatically and hence activates the cluster mode.
  • Loading branch information
thetutlage authored Oct 14, 2024
1 parent 809c851 commit f8e8b27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/medusa-cli/src/create-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ function buildLocalCommands(cli, isLocalProject) {
})
.option(`cluster`, {
type: `number`,
default: process.env.CPUS,
describe:
"Start the Node.js server in cluster mode. You can specify the number of cpus to use, which defaults to (env.CPUS)",
}),
Expand Down

0 comments on commit f8e8b27

Please sign in to comment.