Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
OutRed
GitHub Repository: OutRed/artclass
Path: blob/main/static/uvold/uv.config.js
595 views
1
self.__uv$config = {
2
prefix: '/service/',
3
bare: '/bare/',
4
encodeUrl: Ultraviolet.codec.base64.encode,
5
decodeUrl: Ultraviolet.codec.base64.decode,
6
handler: '/uv/uv.handler.js',
7
bundle: '/uv/uv.bundle.js',
8
config: '/uv/uv.config.js',
9
sw: '/uv/uv.sw.js',
10
};
11