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

@@ -12,11 +12,11 @@ const config = {
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter()
},
compilerOptions: {
experimental: {
async: true,
}
}
compilerOptions: {
experimental: {
async: true,
}
},
};
export default config;