diff --git a/lib/uv.config.js b/lib/uv.config.js deleted file mode 100644 index 54dafe0..0000000 --- a/lib/uv.config.js +++ /dev/null @@ -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', -};