Skip to content

Commit

Permalink
Add server commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Oct 16, 2023
1 parent abe178e commit a047e68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { CommandBundle } from './config/action.bundle.js';
import { CommandCogMapSheet } from './config/action.cog.mapsheet.js';
import { CommandImageryConfig } from './config/action.imagery.config.js';
import { CommandImport } from './config/action.import.js';
import { CommandServe } from './server/action.serve.js';

export class BasemapsConfigCommandLine extends BaseCommandLine {
constructor() {
Expand All @@ -24,5 +25,7 @@ export class BasemapsConfigCommandLine extends BaseCommandLine {
// Argo
this.addAction(new CommandCogMapSheet());
this.addAction(new CommandCreateOverview());

this.addAction(new CommandServe());
}
}

0 comments on commit a047e68

Please sign in to comment.