import type { NextConfig } from 'next'; const nextConfig: NextConfig = { serverExternalPackages: ['bullmq'], }; export default nextConfig;