Fix: Change backend dev color to green
Co-authored-by: hangjiang.guo <hangjiang.guo@shanda.com>
This commit is contained in:
parent
4be144c3f2
commit
84dd2cbcca
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"setup": "npm install && cd frontend && npm install",
|
||||
"setup:backend": "cd backend && uv sync",
|
||||
"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",
|
||||
"frontend": "cd frontend && npm run dev",
|
||||
"build": "cd frontend && npm run build"
|
||||
|
|
|
|||
Loading…
Reference in a new issue