diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-13 03:38:44 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-13 03:38:44 +0000 |
| commit | 4a817044e9a9d8e26642060616afb29a55a8d7a1 (patch) | |
| tree | d9c6e09f0bb7071985e41f5f87e01e5bcf7ade13 /next.config.ts | |
| parent | d5af2677b423b8429f5d5fe87e111e85aa560745 (diff) | |
(대표님) 공통설정 변경
Diffstat (limited to 'next.config.ts')
| -rw-r--r-- | next.config.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/next.config.ts b/next.config.ts index b86ea42c..cd6fc0c3 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { serverExternalPackages: ['pino', 'pino-pretty'], + reactStrictMode: false, eslint: { ignoreDuringBuilds: true, @@ -13,6 +14,11 @@ const nextConfig: NextConfig = { serverActions: { bodySizeLimit: '5mb', }, + turbo: { + treeShaking: false, + minify: false, + unstablePersistentCaching: false, + } }, }; |
