Files
group-2-threaded-project-pe…/web/next.config.mjs
augmentedpotato c37650d942 Small corrections
2026-04-15 06:39:41 -06:00

9 lines
164 B
JavaScript

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