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 4ed7080 commit 22f8c02Copy full SHA for 22f8c02
lib/cloudflare.ts
@@ -36,6 +36,7 @@ async function getData<T>(
36
}
37
38
39
+ console.log('Loaded data for', type, ':', Object.keys(data).join(', '));
40
return data;
41
42
0 commit comments