Skip to content

Commit

Permalink
types: Fix ExtensionRunnerConfig.chromiumPref type
Browse files Browse the repository at this point in the history
Closes #964
  • Loading branch information
aklinker1 committed Sep 10, 2024
1 parent c94168e commit fda1e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wxt/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ export interface ExtensionRunnerConfig {
* }
* }
*/
chromiumPref?: string;
chromiumPref?: Record<string, any>;
/**
* By default, chrome opens a random port for debugging. Set this value to use a specific port.
*/
Expand Down

0 comments on commit fda1e18

Please sign in to comment.