Nebula/public/uv/uv.config.js
2023-12-31 21:31:09 -06:00

11 lines
291 B
JavaScript

self.__uv$config = {
prefix: "/~/uv/",
bare: "/bare/",
encodeUrl: Ultraviolet.codec.aes.encode,
decodeUrl: Ultraviolet.codec.aes.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"
};