Files
group-2-threaded-project-pe…/web/next.config.mjs

8 lines
140 B
JavaScript

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