You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "DataTalk — NatWest Hackathon monorepo root. Starts all three services.",
"scripts": {
"dev": "concurrently --names \"frontend,backend,sidecar\" --prefix-colors \"cyan,green,yellow\" \"npm run dev --prefix frontend\" \"npm run dev --prefix backend-node\" \"python sidecar/main.py\"",