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