5465 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / next.config.mjs MJS
/** @type {import('next').NextConfig} */
const nextConfig = {
  /* config options here */
  reactCompiler: true,
};

export default nextConfig;