Revela-App/static/uv.config.js
2022-02-23 19:19:07 -05:00

10 lines
No EOL
263 B
JavaScript

self.__uv$config = {
prefix: '/sw/',
bare: '/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',
};