fix: remove default value for the cluster flag (#9570)
Defining the default value applies the flag automatically and hence activates the cluster mode.
This commit is contained in:
@@ -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)",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user