Fix: Change backend dev color to green

Co-authored-by: hangjiang.guo <hangjiang.guo@shanda.com>
This commit is contained in:
Cursor Agent 2025-12-30 10:04:27 +00:00
parent 4be144c3f2
commit 84dd2cbcca

View file

@ -6,7 +6,7 @@
"setup": "npm install && cd frontend && npm install", "setup": "npm install && cd frontend && npm install",
"setup:backend": "cd backend && uv sync", "setup:backend": "cd backend && uv sync",
"setup:all": "npm run setup && npm run setup:backend", "setup:all": "npm run setup && npm run setup:backend",
"dev": "concurrently --kill-others -n \"backend,frontend\" -c \"yellow,cyan\" \"npm run backend\" \"npm run frontend\"", "dev": "concurrently --kill-others -n \"backend,frontend\" -c \"green,cyan\" \"npm run backend\" \"npm run frontend\"",
"backend": "cd backend && uv run python run.py", "backend": "cd backend && uv run python run.py",
"frontend": "cd frontend && npm run dev", "frontend": "cd frontend && npm run dev",
"build": "cd frontend && npm run build" "build": "cd frontend && npm run build"