switch to MLS for real, secure E2EE

This commit is contained in:
Zoe
2025-09-10 23:48:09 -05:00
parent f78a156f34
commit 7fca00698a
11 changed files with 297 additions and 221 deletions

View File

@@ -7,5 +7,9 @@ export default defineConfig({
plugins: [tailwindcss(), sveltekit(), webSocketServer],
server: {
allowedHosts: ['.trycloudflare.com'],
},
ssr: {
// ts-mls is problematic, make vite bundle it
noExternal: ['ts-mls']
}
});