Files
parsshop/next.config.ts
haniyeroozmand 8b733c817c first commit
2026-03-21 18:58:07 +03:30

9 lines
156 B
TypeScript

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