feat: 添加 exports 字段到 package.json 并创建 readme.md 文件

This commit is contained in:
2026-02-12 21:39:26 +08:00
parent 0ddb9da94a
commit 8ea5c56ba5
2 changed files with 12 additions and 0 deletions

View File

@@ -25,6 +25,9 @@
"convex": "1.31.7", "convex": "1.31.7",
"jose": "^6.1.3" "jose": "^6.1.3"
}, },
"exports": {
".": "./convex/_generated/api.js"
},
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
} }

9
readme.md Normal file
View File

@@ -0,0 +1,9 @@
# 基于convex做一些小玩具
## 安装
```json
{
"@kevisual/convex":"git+https://cnb.cool/kevisual/convex"
}
```