Revela-Frontend/public/uv/uv.config.js
2023-02-11 12:07:27 -05:00

13 lines
346 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",
client: "/uv/uv.client.js",
bundle: "/uv/uv.bundle.js",
config: "/uv/uv.config.js",
sw: "/uv/uv.sw.js",
};