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