mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-17 05:20:01 -04:00
Almost done!
This commit is contained in:
parent
da5c0c88b1
commit
355e87dd21
13 changed files with 262 additions and 38 deletions
9
lib/uv.config.js
Normal file
9
lib/uv.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
self.__uv$config = {
|
||||
prefix: '/sw/',
|
||||
bare: '/bare/',
|
||||
encodeUrl: Ultraviolet.codec.xor.encode,
|
||||
decodeUrl: Ultraviolet.codec.xor.decode,
|
||||
handler: '/uv.handler.js',
|
||||
bundle: '/uv.bundle.js',
|
||||
config: '/uv.config.js'
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue