specify client

This commit is contained in:
David Reed 2023-02-11 12:07:27 -05:00
parent 1940710c34
commit 8cb2d07e26
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F

View file

@ -6,6 +6,7 @@ self.__uv$config = {
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",