Skip to content

Commit

Permalink
Add passive options to config types (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
bin1357 authored Dec 19, 2024
1 parent 1090897 commit 4787732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ export interface CommonConfig {
system: SystemConfig;
headless: "old" | "new" | boolean | null;
isolation: boolean;
passive: boolean;

lastFailed: {
only: boolean;
Expand Down

0 comments on commit 4787732

Please sign in to comment.