(wip): call migration stuff
This commit is contained in:
parent
2cd326d0b1
commit
27f08e92e5
4 changed files with 264 additions and 53 deletions
|
|
@ -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 .",
|
||||
|
|
|
|||
Loading…
Reference in a new issue