Skip to content

Commit

Permalink
remove cli/cluster move
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 20, 2020
1 parent c77521b commit 497b7cc
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/cli/serve/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function canRequire(path) {
}
}

const CLUSTER_MANAGER_PATH = resolve(__dirname, '../../dev/cli_workers/cluster_manager');
const CLUSTER_MANAGER_PATH = resolve(__dirname, '../cluster/cluster_manager');
const DEV_MODE_SUPPORTED = canRequire(CLUSTER_MANAGER_PATH);

const REPL_PATH = resolve(__dirname, '../repl');
Expand Down
2 changes: 1 addition & 1 deletion src/core/server/legacy/cluster_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
* under the License.
*/

export { ClusterManager } from '../../../dev/cli_workers/cluster_manager';
export { ClusterManager } from '../../../cli/cluster/cluster_manager';
1 change: 1 addition & 0 deletions src/dev/build/tasks/copy_source_task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const CopySource: Task = {
'!src/**/{target,__tests__,__snapshots__,__mocks__}/**',
'!src/test_utils/**',
'!src/fixtures/**',
'!src/cli/cluster/**',
'!src/cli/repl/**',
'!src/cli/dev.js',
'!src/functional_test_runner/**',
Expand Down

0 comments on commit 497b7cc

Please sign in to comment.