Skip to content

Commit 1d049e2

Browse files
committed
pass input not options.input for serve
1 parent f82b3d9 commit 1d049e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/serve/cmd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const serveCommand = new Command()
5050
);
5151
Deno.exit(1);
5252
}
53-
const context = await projectContext(options.input);
53+
const context = await projectContext(input);
5454
const result = await serve({
5555
input,
5656
render: options.render,

0 commit comments

Comments
 (0)