This commit is contained in:
2026-02-12 21:18:29 +08:00
parent 7c28690eaa
commit 7aa6b22c71
3 changed files with 357 additions and 3 deletions

17
test-git/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "test-git",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.29.3",
"type": "module",
"dependencies": {
"@kevisual/convex":"git+https://cnb.cool/kevisual/convex"
}
}