diff --git a/ui/litellm-dashboard/package.json b/ui/litellm-dashboard/package.json index 30c35591d6d5..f979d99fc2c1 100644 --- a/ui/litellm-dashboard/package.json +++ b/ui/litellm-dashboard/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev", + "dev": "next dev --turbo", "build": "next build", "start": "next start", "lint": "next lint",