Skip to content

Commit

Permalink
unrebase
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Aug 1, 2024
1 parent 24a0c13 commit e65f7f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/serve-cli/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ let program = new Command()
return interval;
}),
)
.option('--masked-errors', 'mask unexpected errors in responses');
.option('--masked-errors', 'mask unexpected errors in responses')
.option('--subgraph <path>', 'path to the subgraph schema');

export interface RunOptions extends ReturnType<typeof program.opts> {
/** @default new DefaultLogger() */
Expand Down

0 comments on commit e65f7f6

Please sign in to comment.