Skip to content

Commit 0b04aad

Browse files
committed
fix: add $schema to valid config keys
1 parent eecafe8 commit 0b04aad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const DEFAULT_PROTECTED_TOOLS = [
7373
// Valid config keys for validation against user config
7474
export const VALID_CONFIG_KEYS = new Set([
7575
// Top-level keys
76+
"$schema",
7677
"enabled",
7778
"debug",
7879
"showUpdateToasts", // Deprecated but kept for backwards compatibility

0 commit comments

Comments
 (0)