/** * @type {import('next').NextConfig} */ const nextConfig = { experimental: { cpus: 1, serverSourceMaps: true, }, } module.exports = nextConfig