We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3cea5 commit c3b567aCopy full SHA for c3b567a
src/config/index.ts
@@ -24,3 +24,5 @@ export const config = {
24
}
25
26
};
27
+
28
+console.log("API Configuration:", JSON.stringify(config, null, 2));
0 commit comments