Revela-Frontend/public/uv/uv.config.js
2022-12-02 17:51:14 -05:00

12 lines
313 B
JavaScript

// This file overwrites the stock UV config.js
self.__uv$config = {
prefix: "/uv/service/",
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/sw.js",
};