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