Skip to content

Commit

Permalink
fix: actually expose the cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Aug 4, 2024
1 parent 3cd4426 commit 0aee155
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ export const optDefs: commandLineUsage.OptionDefinition[] = [
type: String,
defaultValue: defaults.traceCategories.join(','),
},
{
name: 'cross-origin-isolated',
description: 'Add HTTP headers to enable cross-origin isolation',
type: Boolean,
},
];

export interface Opts {
Expand Down

0 comments on commit 0aee155

Please sign in to comment.