fix loading issue

This commit is contained in:
2026-06-10 14:15:01 +05:30
parent 95afc4eb3c
commit 18bba908a1
180 changed files with 544 additions and 395 deletions

View File

@@ -0,0 +1,11 @@
self.__BUILD_MANIFEST = {
"__rewrites": {
"afterFiles": [],
"beforeFiles": [],
"fallback": []
},
"sortedPages": [
"/_app",
"/_error"
]
};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()