Revela/src/uv.config.js
2022-09-15 17:12:58 -04:00

10 lines
No EOL
294 B
JavaScript

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