Skip to content

Commit

Permalink
Update packages/cli/src/cli/server/action.serve.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Blayne Chard <bchard@linz.govt.nz>
  • Loading branch information
Wentao-Kuang and blacha authored Sep 29, 2024
1 parent 646c04f commit d1d602f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/cli/server/action.serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {

const DefaultPort = 5000;

//TO DEPRECATE: We should use the server container directly now, and deprecate this later.
/** @deprecated 2024-09 Use the basemaps/server container directly now, and deprecate this later. */
export class CommandServe extends CommandLineAction {
config!: CommandLineStringParameter;
assets!: CommandLineStringParameter;
Expand Down

0 comments on commit d1d602f

Please sign in to comment.