This commit is contained in:
2025-11-16 21:58:57 +08:00
committed by LeonMMcoset
parent 72b44356d1
commit 29d249eb15
75 changed files with 628 additions and 144 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()