Skip to content

Commit

Permalink
Update packages/config/src/options.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Schile <[email protected]>
  • Loading branch information
alexsch01 and mschile authored Nov 6, 2024
1 parent 9a740c4 commit 2dddf0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/config/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ const driverConfigOptions: Array<DriverConfigOption> = [
name: 'defaultBrowser',
defaultValue: null,
validation: validate.isString,
requireRestartOnChange: 'browser',
}, {
name: 'defaultCommandTimeout',
defaultValue: 4000,
Expand Down

0 comments on commit 2dddf0f

Please sign in to comment.