Revelav3/static/uv/uv.config.js
2023-01-02 23:26:39 -05:00

12 lines
No EOL
309 B
JavaScript

self.__uv$config = {
prefix: '/service/go/',
bare: self.storage.get("bareLocation"),
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',
};