Skip to content

Commit

Permalink
no ui for cluster worker
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed May 8, 2022
1 parent 7e446ae commit fbec249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fastboot-app-server/src/fastboot-app-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ class FastBootAppServer {
*/
clusterSetupPrimary() {
const workerOptions = {
ui: this.ui,
distPath: this.distPath || process.env.FASTBOOT_DIST_PATH,
cache: this.cache,
gzip: this.gzip,
Expand Down
3 changes: 3 additions & 0 deletions packages/fastboot-app-server/src/worker-start.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
'use strict';

// This file is where you can configure
// - distPath, host, port,
// - httpServer
const ClusterWorker = require('./worker');
const worker = new ClusterWorker();

Expand Down

0 comments on commit fbec249

Please sign in to comment.