Skip to content

Commit 2be40af

Browse files
centdixclaude
andcommitted
Re-add deliberate type error for CI failure testing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 452267e commit 2be40af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/src/lib/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ export interface AppConfig {
5454
};
5555
autoName: boolean;
5656
}
57+
58+
// Deliberate type error to test CI failure detection
59+
const _testCiFail: string = 42;

0 commit comments

Comments
 (0)