mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +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:
parent
3bae051113
commit
353e406229
3 changed files with 0 additions and 18 deletions
|
|
@ -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 +0,0 @@
|
|||
[]
|
||||
|
|
@ -1 +0,0 @@
|
|||
self.__SSG_MANIFEST=new Set([]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()
|
||||
Loading…
Add table
Reference in a new issue