Skip to content

Commit ea740c3

Browse files
committed
no ui for cluster worker
1 parent 714c0e2 commit ea740c3

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
@@ -221,7 +221,6 @@ class FastBootAppServer {
221221
*/
222222
clusterSetupPrimary() {
223223
const workerOptions = {
224-
ui: this.ui,
225224
distPath: this.distPath || process.env.FASTBOOT_DIST_PATH,
226225
cache: this.cache,
227226
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)