next.js/test/development/app-dir/browser-log-forwarding/fixtures/warn-level/next.config.js
next.config.js11 lines160 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  experimental: {
    browserDebugInfoInTerminal: 'warn',
  },
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN