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

This commit is contained in:
Alois 2026-07-06 19:39:23 +02:00
commit b4fe5edfbb
5 changed files with 562 additions and 52 deletions

View file

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