diff --git a/package.json b/package.json index d5b6a15..6789162 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,9 @@ "convex": "1.31.7", "jose": "^6.1.3" }, + "exports": { + ".": "./convex/_generated/api.js" + }, "publishConfig": { "access": "public" } diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..22e7e26 --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +# 基于convex做一些小玩具 + +## 安装 + +```json +{ + "@kevisual/convex":"git+https://cnb.cool/kevisual/convex" +} +``` \ No newline at end of file