feat(blog): 부재중 전화 일곱 통 글 추가와 dev 흐름 정리 - #85
Conversation
외할아버지의 장례를 지나며 남은 장면과 생각을 Life 카테고리 글로 정리했어요.
오버레이가 health 응답이 있을 때만 노출되도록 정리하고 npm run dev에서 Agentation 서버를 함께 띄우도록 맞췄어요.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eb5912fedc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| env: process.env, | ||
| }); | ||
| } | ||
|
|
There was a problem hiding this comment.
Forward npm dev CLI args to Next process
The wrapper script hardcodes ['dev', '--webpack'] when spawning Next, so arguments passed via npm run dev -- ... are dropped. Before this change, those flags were forwarded directly to next dev; now options like --port, --hostname, or other debugging flags are ignored, which can break local workflows (for example, trying to avoid a port conflict by specifying a custom port).
Useful? React with 👍 / 👎.
변경 내용
부재중 전화 일곱 통글을 추가했어요.npm run dev에서 Agentation 서버를 함께 띄우도록 맞췄어요.의도
영향 범위
/blog/seven-missed-calls새 글 추가검증
npm run buildnpm testnpx vitest run src/shared/devtools/AgentationOverlay.test.tsx체크리스트
codex/<task>)에서 진행함<type>: <한국어 설명>) 준수