Files
group-2-threaded-project-pe…/web/next.config.mjs
2026-03-24 16:56:03 -06:00

8 lines
144 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;