Merge pull request #15250 from BerriAI/litellm_next_turbopack_for_dev

Adds turbopack to the npm run dev command in UI to build faster during development
This commit is contained in:
Krish Dholakia 2025-10-06 19:50:41 -07:00 committed by GitHub
commit 3f6717bfd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",