diff --git a/apps/cli/src/index.ts b/apps/cli/src/index.ts index 6ae8fbec..a1dea9d5 100644 --- a/apps/cli/src/index.ts +++ b/apps/cli/src/index.ts @@ -32,6 +32,7 @@ export const app = subcommands({ pipeline: pipelineCommand, results: resultsCommand, self: selfCommand, + serve: resultsServeCommand, studio: resultsServeCommand, trace: traceCommand, transpile: transpileCommand, @@ -60,6 +61,7 @@ const TOP_LEVEL_COMMANDS = new Set([ 'pipeline', 'results', 'self', + 'serve', 'studio', 'trace', 'transpile',