/** * @type {import('next').NextConfig} */ const nextConfig = { experimental: { browserDebugInfoInTerminal: 'error', }, } module.exports = nextConfig