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