From 353e406229b41c9ecf07a535c0b714073f369c19 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Mon, 20 Apr 2026 15:45:31 -0700 Subject: [PATCH] [Refactor] remove orphaned _experimental/out build artifacts The previous revert left three files under _experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/ still staged (git checkout origin/main -- only restores files present in main, it does not delete files that exist only on the PR branch). Remove them so the PR no longer touches _experimental/out/ at all. --- .../8Gn6tA2K4jsPxzCCMwObH/_buildManifest.js | 16 ---------------- .../_clientMiddlewareManifest.json | 1 - .../static/8Gn6tA2K4jsPxzCCMwObH/_ssgManifest.js | 1 - 3 files changed, 18 deletions(-) delete mode 100644 litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_buildManifest.js delete mode 100644 litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_clientMiddlewareManifest.json delete mode 100644 litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_ssgManifest.js diff --git a/litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_buildManifest.js b/litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_buildManifest.js deleted file mode 100644 index d74e1661bb..0000000000 --- a/litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_buildManifest.js +++ /dev/null @@ -1,16 +0,0 @@ -self.__BUILD_MANIFEST = { - "__rewrites": { - "afterFiles": [], - "beforeFiles": [ - { - "source": "/litellm-asset-prefix/_next/:path+", - "destination": "/_next/:path+" - } - ], - "fallback": [] - }, - "sortedPages": [ - "/_app", - "/_error" - ] -};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() \ No newline at end of file diff --git a/litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_clientMiddlewareManifest.json b/litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_clientMiddlewareManifest.json deleted file mode 100644 index 0637a088a0..0000000000 --- a/litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_clientMiddlewareManifest.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_ssgManifest.js b/litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_ssgManifest.js deleted file mode 100644 index 5b3ff592fd..0000000000 --- a/litellm/proxy/_experimental/out/_next/static/8Gn6tA2K4jsPxzCCMwObH/_ssgManifest.js +++ /dev/null @@ -1 +0,0 @@ -self.__SSG_MANIFEST=new Set([]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB() \ No newline at end of file