(wip): call migration stuff

This commit is contained in:
Alois 2026-07-06 20:02:21 +02:00
commit 27f08e92e5
4 changed files with 264 additions and 53 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 .",