/** * @type {import('next').NextConfig} */ const nextConfig = { serverExternalPackages: ['foo'], } module.exports = nextConfig