open-multi-agent/examples/with-vercel-ai-sdk/next.config.ts

8 lines
163 B
TypeScript

import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
serverExternalPackages: ['@jackchen_me/open-multi-agent'],
}
export default nextConfig