Skip to content

Commit

Permalink
Create uv.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
p0xx authored Nov 28, 2023
1 parent 0d2d6c2 commit ff12860
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .uv/uv.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
self.__uv$config = {
prefix: '/service/',
bare: '/bare/',
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,
handler: '/uv/uv.handler.js',
bundle: '/uv/uv.bundle.js',
config: '/uv/uv.config.js',
sw: '/uv/uv.sw.js',
};

0 comments on commit ff12860

Please sign in to comment.