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" \