(feat): more crypto migration
Some checks failed
/ build-web (push) Failing after 5m33s
/ build-desktop (linux) (push) Failing after 5m46s
/ build-mobile (push) Failing after 7m58s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-07-06 00:13:26 +02:00
commit 2777ba34ca
11 changed files with 504 additions and 715 deletions

View file

@ -5,7 +5,7 @@
"type": "module",
"exports": {
"./context": "./src/context.tsx",
"./encryptedDeviceSecret": "./src/encryptedDeviceSecret.ts"
"./chatSecret": "./src/chatSecret.ts"
},
"scripts": {
"format": "pnpm exec prettier --write .",