Files
SweetHome/next.config.mjs
2026-01-28 17:32:36 +03:00

8 lines
144 B
JavaScript

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