Files
wishlify/web/next.config.ts
2026-02-18 03:22:17 +03:00

9 lines
156 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;