[yarn start] pass cache option to KP so it flows to ClusterManager (#67204)

This commit is contained in:
Spencer 2020-05-21 13:48:56 -07:00 committed by GitHub
parent 70b92c8f42
commit 849da5ac68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,6 +254,7 @@ export default function(program) {
basePath: opts.runExamples ? false : !!opts.basePath,
optimize: !!opts.optimize,
oss: !!opts.oss,
cache: !!opts.cache,
},
features: {
isClusterModeSupported: CAN_CLUSTER,