This commit is contained in:
2026-01-25 19:18:59 +08:00
parent fea68a736f
commit 7c28690eaa
17 changed files with 501 additions and 150 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "bunx convex dev"
"dev": "bunx convex dev",
"convex": "bunx convex dev"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
@@ -26,4 +27,4 @@
"convex": "^1.31.6",
"jose": "^6.1.3"
}
}
}