From 9c888dde48d2e6358cec5df1625d481d7701e909 Mon Sep 17 00:00:00 2001 From: jingrow Date: Mon, 3 Nov 2025 21:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96dev=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.sh b/dev.sh index 63c122d..b68f2b6 100755 --- a/dev.sh +++ b/dev.sh @@ -182,7 +182,7 @@ start_all() { info "启动所有服务..." # 使用延迟启动,让后端先启动3秒 - npx concurrently \ + npx --yes concurrently \ --names "BACKEND,WORKER,FRONTEND" \ --prefix-colors "blue,yellow,green" \ "cd apps/jingrow && uv run python -m jingrow.app" \ @@ -214,7 +214,7 @@ start_backend() { # 构建热重载目录参数 RELOAD_DIRS=$(build_reload_dirs) - npx concurrently \ + npx --yes concurrently \ --names "BACKEND,WORKER" \ --prefix-colors "blue,yellow" \ "cd apps/jingrow && uv run python -m jingrow.app" \