mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-23 01:54:58 +02:00
16 lines
323 B
JavaScript
Vendored
16 lines
323 B
JavaScript
Vendored
self.__BUILD_MANIFEST = {
|
|
"__rewrites": {
|
|
"afterFiles": [
|
|
{
|
|
"source": "/osm/api/:path*",
|
|
"destination": "/api/mock/api/:path*"
|
|
}
|
|
],
|
|
"beforeFiles": [],
|
|
"fallback": []
|
|
},
|
|
"sortedPages": [
|
|
"/_app",
|
|
"/_error"
|
|
]
|
|
};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() |