[chore] client next.config.mjs output standalone 제거#415
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request removes the standalone output option from the Next.js configuration and introduces a root vercel.json file to manage the build process for the client application. The reviewer correctly points out that defining outputDirectory in vercel.json for a Next.js app will cause Vercel to treat it as a static site, breaking server-side features like SSR and API Routes. It is recommended to remove vercel.json and configure the Root Directory directly in Vercel's project settings instead.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
변경 사항이 pr 제목과 맞지 않는 것 같은데 어떻게 된 걸까요...? |


개요 💡
Vercel 배포를 위한 설정 작업입니다.
모노레포 구조에서 Root Directory를 apps/client로 설정하는 방식으로 Vercel 배포 문제를 해결했습니다.
작업내용 ⌨️
apps/client/next.config.mjs에서output: 'standalone'제거관련 이슈 🚨
AWS → Vercel 이전 작업의 일환