next.js/test/development/load-config-freq/next.config.js
next.config.js9 lines140 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {}

console.log('[ASSERTION] load nextConfig')

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