mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
fix: use webpack for local frontend dev in serve.sh (#1832)
This commit is contained in:
parent
bbd0866374
commit
4ceb18c6e4
@ -28,7 +28,9 @@ for arg in "$@"; do
|
||||
done
|
||||
|
||||
if $DEV_MODE; then
|
||||
FRONTEND_CMD="pnpm run dev"
|
||||
# Webpack dev mode is more stable for the workspace routes in this repo.
|
||||
# Turbopack currently triggers hydration mismatch overlays on the chat page.
|
||||
FRONTEND_CMD="pnpm exec next dev --webpack"
|
||||
else
|
||||
if command -v python3 >/dev/null 2>&1; then
|
||||
PYTHON_BIN="python3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user