import type { NextConfig } from "next"; const nextConfig: NextConfig = { serverExternalPackages: ["@copilotkit/runtime"], }; export default nextConfig;