chore: clean up

This commit is contained in:
Simon
2025-10-21 17:34:55 +08:00
parent 0bbc544693
commit 89c065d5c5
2 changed files with 1 additions and 38 deletions

View File

@@ -64,7 +64,7 @@ const libConfig = {
},
outDir: resolve(__dirname, 'dist', 'lib'),
rollupOptions: {
external: ['@ai-sdk/openai', 'ai', 'ai-motion', 'chalk', 'zod'],
external: ['ai', 'ai-motion', 'chalk', 'zod'],
},
// minify: 'terser',
minify: false,