next.js/test/e2e/app-dir/trace-build-file/next.config.js
next.config.js11 lines164 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  experimental: {
    turbopackFileSystemCacheForBuild: true,
  },
}

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