Skip to content

Commit fbec249

Browse files
committed
no ui for cluster worker
1 parent 7e446ae commit fbec249

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/fastboot-app-server/src/fastboot-app-server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ class FastBootAppServer {
222222
*/
223223
clusterSetupPrimary() {
224224
const workerOptions = {
225-
ui: this.ui,
226225
distPath: this.distPath || process.env.FASTBOOT_DIST_PATH,
227226
cache: this.cache,
228227
gzip: this.gzip,

packages/fastboot-app-server/src/worker-start.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
'use strict';
22

3+
// This file is where you can configure
4+
// - distPath, host, port,
5+
// - httpServer
36
const ClusterWorker = require('./worker');
47
const worker = new ClusterWorker();
58

0 commit comments

Comments
 (0)