Revelav3/static/uv/uv.config.js
2023-02-04 16:34:33 +00:00

11 lines
285 B
JavaScript

self.__uv$config = {
prefix: '/service/go/',
bare: '/bare/',
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,
handler: '/uv/uv.handler.js',
bundle: '/uv/uv.bundle.js',
config: '/uv/uv.config.js',
sw: '/uv/uv.sw.js',
};