Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
DazaSeal
GitHub Repository: DazaSeal/Lunanom
Path: blob/master/public/uv/uv.config.js
334 views
1
self.__uv$config = {
2
prefix: '/service/',
3
bare: '/bare/',
4
encodeUrl: Ultraviolet.codec.xor.encode,
5
decodeUrl: Ultraviolet.codec.xor.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