export UVClient separate

This commit is contained in:
David Reed 2022-11-23 13:34:38 -05:00
parent fddd5cd698
commit e502dc33ea
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F
6 changed files with 39 additions and 15 deletions

View file

@ -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)),
},