Skip to content

Commit e142eaf

Browse files
committed
cli: fix shorthand proxy
1 parent 0d99420 commit e142eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function handleNoCommand(argv, input, yargs) {
133133
proxy,
134134
serveStatic: serveStaticPaths
135135
};
136-
return handleIncoming("start", yargs.reset());
136+
return handleCli({ cli: { flags: config, input: ["start"] } });
137137
}
138138

139139
/**

0 commit comments

Comments
 (0)