diff --git a/package.json b/package.json index 084ebed49..f73335158 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "install-all": "sh ./bin/install.sh", "install-windows": ".\\bin\\install.cmd", "docker": "cd backend && docker compose up", - "dev": "concurrently --kill-others \"wait-for-localhost 5005 --status-codes 200,503 && npm run dev-fe\" \"npm run dev-be\"", + "dev": "turbo run dev", + "olddev": "concurrently --kill-others \"wait-for-localhost 5005 --status-codes 200,503 && npm run dev-fe\" \"npm run dev-be\"", "dev-be": "cd backend && npm run dev", "dev-fe": "cd frontend && npm run dev", "live": "concurrently --kill-others \"cd frontend && npm run live\" \"cd backend && npm run start\"",