Relocated to ultraviolet-scripts

This commit is contained in:
Caracal.js 2022-03-16 21:30:34 -04:00 committed by GitHub
parent 94fd8d3475
commit ef22ea6941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +0,0 @@
self.__uv$config = {
prefix: '/service/',
bare: '/bare/',
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,
handler: '/uv.handler.js',
bundle: '/uv.bundle.js',
config: '/uv.config.js',
};