SIGN IN SIGN UP
bytedance / deer-flow UNCLAIMED

An open-source SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skills and subagents, it handles different levels of tasks that could take minutes to hours.

0 0 1 Python

fix(scripts): add next-server to serve.sh cleanup trap (#1162)

The cleanup() trap kills "next dev" and "next start" but not
"next-server". Since "next start" forks a "next-server" child
process, killing the parent may leave the child running as a
zombie, holding port 3000. The startup teardown block (line 35)
already handles this, but the Ctrl+C / SIGTERM trap did not.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
K
Karesansui committed
75c96300cfbd2ee28da2b1e813c2db77a618df86
Parent: 9809af1
Committed by GitHub <noreply@github.com> on 3/17/2026, 2:07:16 AM