diff --git a/package.json b/package.json index 4eae516..63ace21 100644 --- a/package.json +++ b/package.json @@ -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"