mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 10:22:01 +00:00
[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.
This commit is contained in:
@@ -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()
|
||||
-1
@@ -1 +0,0 @@
|
||||
[]
|
||||
@@ -1 +0,0 @@
|
||||
self.__SSG_MANIFEST=new Set([]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()
|
||||
Reference in New Issue
Block a user