Merge pull request #12 from 666ghj/cursor/backend-terminal-color-change-14fd

Backend terminal color change
This commit is contained in:
BaiFu 2025-12-30 18:05:36 +08:00 committed by GitHub
commit c0aa078726
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"