diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-25 07:51:15 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-25 07:51:15 +0000 |
| commit | 2650b7c0bb0ea12b68a58c0439f72d61df04b2f1 (patch) | |
| tree | 17156183fd74b69d78178065388ac61a18ac07b4 /next.config.ts | |
| parent | d32acea05915bd6c1ed4b95e56c41ef9204347bc (diff) | |
(대표님) 정기평가 대상, 미들웨어 수정, nextauth 토큰 처리 개선, GTC 등
(최겸) 기술영업
Diffstat (limited to 'next.config.ts')
| -rw-r--r-- | next.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next.config.ts b/next.config.ts index f4561670..2a9978a8 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - serverExternalPackages: ['pino', 'pino-pretty', 'node-cron', 'oracledb'], + serverExternalPackages: ['pino', 'pino-pretty', 'node-cron', 'oracledb','sharp'], reactStrictMode: false, eslint: { |
