mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-16 13:00:01 -04:00
export UVClient separate
This commit is contained in:
parent
fddd5cd698
commit
e502dc33ea
6 changed files with 39 additions and 15 deletions
|
@ -14,6 +14,9 @@ const config = {
|
|||
bundle: fileURLToPath(
|
||||
new URL('./src/rewrite/index.js', import.meta.url)
|
||||
),
|
||||
client: fileURLToPath(
|
||||
new URL('./src/client/index.js', import.meta.url)
|
||||
),
|
||||
handler: fileURLToPath(new URL('./src/uv.handler.js', import.meta.url)),
|
||||
sw: fileURLToPath(new URL('./src/uv.sw.js', import.meta.url)),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue