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