Skip to content

Commit

Permalink
Add note to deprecate server in the cli container
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Sep 29, 2024
1 parent c06cfe2 commit 646c04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/cli/server/action.serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {

const DefaultPort = 5000;

//TO DEPRECATE: We should use the server container directly now, and deprecate this later.
export class CommandServe extends CommandLineAction {
config!: CommandLineStringParameter;
assets!: CommandLineStringParameter;
Expand Down

0 comments on commit 646c04f

Please sign in to comment.