Skip to content

Commit c3b567a

Browse files
committed
feat: add logging for API configuration to improve visibility during development
1 parent 0a3cea5 commit c3b567a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ export const config = {
2424
}
2525
}
2626
};
27+
28+
console.log("API Configuration:", JSON.stringify(config, null, 2));

0 commit comments

Comments
 (0)