Skip to content

Commit b21caa0

Browse files
committed
fix: update config schema URL
- Updated schema URL to main branch
1 parent 4d66752 commit b21caa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/configServiceTypes.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type ProviderConfig = {
4949

5050
// Main configuration type combining all sub-types
5151
export type Config = {
52-
readonly $schema: string;
52+
readonly $schema: "https://raw.githubusercontent.com/AhmedOsman101/commit-sage-cli/refs/heads/main/config.schema.json";
5353
general: GeneralConfig;
5454
gemini: GeminiConfig;
5555
ollama: OllamaConfig;

0 commit comments

Comments
 (0)