mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-20 07:01:03 +00:00
Allow concurrently run server.py and web in production mode. (#25)
* Allow concurrently run server.py and web in production mode. * Allow concurrently run server.py and web in production mode. * Allow concurrently run server.py and web in production mode.
This commit is contained in:
+3
-2
@@ -10,9 +10,10 @@ IF "%MODE%"=="development" GOTO DEV
|
||||
|
||||
:PROD
|
||||
echo Starting DeerFlow in [PRODUCTION] mode...
|
||||
uv run server.py
|
||||
start uv run server.py
|
||||
cd web
|
||||
pnpm start
|
||||
start pnpm start
|
||||
REM Wait for user to close
|
||||
GOTO END
|
||||
|
||||
:DEV
|
||||
|
||||
Reference in New Issue
Block a user