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 c06dd7f commit 4a18692Copy full SHA for 4a18692
index.ts
@@ -15,7 +15,7 @@ const plugin: Plugin = (async (ctx) => {
15
16
// Suppress AI SDK warnings
17
if (typeof globalThis !== "undefined") {
18
- ; (globalThis as any).AI_SDK_LOG_WARNINGS = false
+ ;(globalThis as any).AI_SDK_LOG_WARNINGS = false
19
}
20
21
const logger = new Logger(config.debug)
0 commit comments