18 lines
440 B
JavaScript
18 lines
440 B
JavaScript
self.__uv$config = {
|
|
<<<<<<< Updated upstream
|
|
prefix: '/sw/',
|
|
bare: '/bare/',
|
|
=======
|
|
prefix: '/service/',
|
|
bare: 'https://incog.dev/bare/',
|
|
>>>>>>> Stashed changes
|
|
encodeUrl: Ultraviolet.codec.xor.encode,
|
|
decodeUrl: Ultraviolet.codec.xor.decode,
|
|
handler: '/uv.handler.js',
|
|
bundle: '/uv.bundle.js',
|
|
config: '/uv.config.js',
|
|
<<<<<<< Updated upstream
|
|
sw: '/uv.sw.js',
|
|
=======
|
|
>>>>>>> Stashed changes
|
|
};
|