mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-14 04:20:00 -04:00
11 lines
291 B
JavaScript
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"
|
|
};
|