From ee00490c24cddd8729bb667acc7d321c5258789e Mon Sep 17 00:00:00 2001 From: = Date: Sat, 4 Oct 2025 18:03:01 -0700 Subject: [PATCH] Update package.json --- ui/litellm-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/package.json b/ui/litellm-dashboard/package.json index bddc866d744..96c6b91ed0e 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",