Files
nuriq_front/nuriq/next.config.ts
윤영훈 89c2d19398 [FEAT] (프로젝트 구성): 초기 프로젝트 구성
v0.1.0 (2025-12-05)
- Next.js, React 기본 구성 완료;
2025-12-05 09:57:42 +09:00

9 lines
156 B
TypeScript

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